We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9770033 commit 437fb5aCopy full SHA for 437fb5a
.github/workflows/cibuildwheels.yml
@@ -84,7 +84,7 @@ jobs:
84
python -m cibuildwheel --output-dir wheelhouse
85
env:
86
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
87
- CIBW_SKIP: '*-manylinux*_i686' "*-musllinux_* ${{ env.CIBW_SKIP}}"
+ CIBW_SKIP: '*-manylinux*_i686 *-musllinux_* ${{ env.CIBW_SKIP}}'
88
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
89
CIBW_BEFORE_BUILD: python -m pip install -r requirements-build.txt
90
CIBW_BEFORE_TEST: python -m pip install -r requirements-test-wheels.txt
0 commit comments