Skip to content

Commit c133f26

Browse files
authored
Update cibw-cc.yaml
1 parent f9b0f81 commit c133f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibw-cc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: pypa/cibuildwheel@v3.1
3838
env:
3939
CIBW_PLATFORM: ${{ matrix.platform }}
40-
CIBW_ARCHS: ${{ matrix.archs }}
40+
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
4141

4242
- uses: actions/upload-artifact@v4
4343
with:

0 commit comments

Comments
 (0)