Skip to content

Commit 5deaeb7

Browse files
authored
Update ci.yml
1 parent 4f2a7eb commit 5deaeb7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
uses: pypa/cibuildwheel@v2.14.1
4040
env:
4141
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
42-
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
4342
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
44-
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux2014
4543
CIBW_BUILD: ${{matrix.python-version}}-*
44+
CIBW_SKIP: "*musllinux*"
4645
CIBW_ARCHS_LINUX: x86_64 aarch64
4746
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
4847
CIBW_BEFORE_ALL_LINUX: >-

0 commit comments

Comments
 (0)