Skip to content

Commit

Permalink
refactor(ci): update wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent ccf402e commit 9b59c5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ jobs:
- name: 🏗️ Build Wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp310-* cp311-* cp312-*"
CIBW_ARCHS: ${{ matrix.os == 'windows-latest' && 'auto64' || 'auto' }}
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ""
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-*"
CIBW_ARCHS_WINDOWS: auto64

- name: 📦 Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9b59c5f

Please sign in to comment.