We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acb1ef commit 2b2a328Copy full SHA for 2b2a328
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
CIBW_ENVIRONMENT: USE_MYPYC=1
39
CIBW_PLATFORM: ${{ matrix.platform }}
40
- CIBW_ARCHS: ${{ matrix.archs }}
+ CIBW_ARCHS: "auto"
41
run: python -m cibuildwheel --output-dir wheelhouse
42
43
- name: Upload Artifacts
0 commit comments