Skip to content

Commit 437fb5a

Browse files
committed
Fix cibuildwheel
1 parent 9770033 commit 437fb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python -m cibuildwheel --output-dir wheelhouse
8585
env:
8686
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
87-
CIBW_SKIP: '*-manylinux*_i686' "*-musllinux_* ${{ env.CIBW_SKIP}}"
87+
CIBW_SKIP: '*-manylinux*_i686 *-musllinux_* ${{ env.CIBW_SKIP}}'
8888
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
8989
CIBW_BEFORE_BUILD: python -m pip install -r requirements-build.txt
9090
CIBW_BEFORE_TEST: python -m pip install -r requirements-test-wheels.txt

0 commit comments

Comments
 (0)