We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae57cb1 commit 33ac5afCopy full SHA for 33ac5af
.github/workflows/publish.yml
@@ -38,6 +38,8 @@ jobs:
38
- name: Build wheels (CUDA 12.9)
39
uses: pypa/cibuildwheel@v3.1.4
40
env:
41
+ # Skip musllinux
42
+ CIBW_SKIP: '*-musllinux*'
43
# Point cibuildwheel to our CUDA manylinux images (per-arch)
44
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.os == 'linux-intel' && matrix.cibw_image || '' }}
45
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.os == 'linux-arm' && matrix.cibw_image || '' }}
0 commit comments