Skip to content

Commit

Permalink
fix(ci): disable 32 bit windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 13, 2024
1 parent 10249cb commit c070950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
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: ""

- name: 📦 Upload Artifact
Expand Down

0 comments on commit c070950

Please sign in to comment.