Skip to content

Commit 4a786f9

Browse files
committed
Update cibw-cc.yaml
1 parent 46b9c93 commit 4a786f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/[email protected]
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)