Skip to content

Commit f30a543

Browse files
committed
ci: wheels: no python 3.14 on alpine yet
1 parent ce9a690 commit f30a543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CIBW_SKIP: "*-win* *-manylinux_i686 pp*"
5656

5757
- name: Build wheels (Linux musl)
58-
if: ${{ matrix.buildplat.sys == 'musllinux' }}
58+
if: ${{ matrix.buildplat.sys == 'musllinux' && matrix.python.cp != 'cp314' }}
5959
run: python -m cibuildwheel --output-dir wheelhouse
6060
env:
6161
CIBW_BUILD: ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*

0 commit comments

Comments
 (0)