skip musl building
This commit is contained in:
parent
634fbaf92c
commit
362f32acbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- uses: pypa/cibuildwheel@v2.22.0
|
||||
env:
|
||||
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
|
||||
CIBW_BUILD: "cp311* cp312* cp313*"
|
||||
CIBW_BUILD: "cp311-manylinux* cp312-manylinux* cp313-manylinux*"
|
||||
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
|
||||
- name: Verify clean directory
|
||||
run: git diff --exit-code
|
||||
|
|
|
|||
Loading…
Reference in a new issue