Skip to content

Commit 731e093

Browse files
committed
skip musllinux cases on linux x86_64 and i686 too
1 parent fb6c1ce commit 731e093

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
env:
5656
CIBW_BUILD: ${{ matrix.cibw_python }}
5757
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
58+
CIBW_SKIP: "*-musllinux_*"
5859
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.cibw_manylinux }}
5960
CIBW_MANYLINUX_I686_IMAGE: "manylinux2010"
6061
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)