We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a690 commit f30a543Copy full SHA for f30a543
.github/workflows/wheels.yml
@@ -55,7 +55,7 @@ jobs:
55
CIBW_SKIP: "*-win* *-manylinux_i686 pp*"
56
57
- name: Build wheels (Linux musl)
58
- if: ${{ matrix.buildplat.sys == 'musllinux' }}
+ if: ${{ matrix.buildplat.sys == 'musllinux' && matrix.python.cp != 'cp314' }}
59
run: python -m cibuildwheel --output-dir wheelhouse
60
env:
61
CIBW_BUILD: ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
0 commit comments