We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5b91 commit 361b239Copy full SHA for 361b239
1 file changed
.github/workflows/wheels.yml
@@ -45,9 +45,9 @@ jobs:
45
run: python -m pip install cibuildwheel~=3.1.1
46
47
- name: Build wheels
48
- run: >-
49
- python -m cibuildwheel --output-dir wheelhouse
50
- ${{ matrix.name == 'windows-x32' && '--archs=auto32' }}
+ env:
+ CIBW_ARCHS_WINDOWS: ${{ matrix.name == 'windows-x32' && 'auto32' || 'native' }}
+ run: python -m cibuildwheel --output-dir wheelhouse
51
52
- uses: actions/upload-artifact@v4
53
with:
0 commit comments