Skip to content

Commit 2b2a328

Browse files
committed
Use auto for CIBW_ARCHS
1 parent 1acb1ef commit 2b2a328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
CIBW_ENVIRONMENT: USE_MYPYC=1
3939
CIBW_PLATFORM: ${{ matrix.platform }}
40-
CIBW_ARCHS: ${{ matrix.archs }}
40+
CIBW_ARCHS: "auto"
4141
run: python -m cibuildwheel --output-dir wheelhouse
4242

4343
- name: Upload Artifacts

0 commit comments

Comments
 (0)