We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b0f81 commit c133f26Copy full SHA for c133f26
1 file changed
.github/workflows/cibw-cc.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: pypa/cibuildwheel@v3.1
38
env:
39
CIBW_PLATFORM: ${{ matrix.platform }}
40
- CIBW_ARCHS: ${{ matrix.archs }}
+ CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
41
42
- uses: actions/upload-artifact@v4
43
with:
0 commit comments