Skip to content

Commit fae163a

Browse files
committed
Try setting CIBW_ARCHS_LINUX to auto
Signed-off-by: Darby Johnston <[email protected]>
1 parent 1c996c9 commit fae163a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
env:
186186
CIBW_BUILD: ${{ matrix.python-build }}*
187187
CIBW_SKIP: '*musllinux*'
188+
CIBW_ARCHS_LINUX: auto
188189
MACOSX_DEPLOYMENT_TARGET: 10.14
189190

190191
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)