Skip to content

Commit 33ac5af

Browse files
committed
skip musl again
1 parent ae57cb1 commit 33ac5af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Build wheels (CUDA 12.9)
3939
uses: pypa/cibuildwheel@v3.1.4
4040
env:
41+
# Skip musllinux
42+
CIBW_SKIP: '*-musllinux*'
4143
# Point cibuildwheel to our CUDA manylinux images (per-arch)
4244
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.os == 'linux-intel' && matrix.cibw_image || '' }}
4345
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.os == 'linux-arm' && matrix.cibw_image || '' }}

0 commit comments

Comments
 (0)