We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c1ce commit 731e093Copy full SHA for 731e093
1 file changed
.github/workflows/wheel_tests_and_release.yml
@@ -55,6 +55,7 @@ jobs:
55
env:
56
CIBW_BUILD: ${{ matrix.cibw_python }}
57
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
58
+ CIBW_SKIP: "*-musllinux_*"
59
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.cibw_manylinux }}
60
CIBW_MANYLINUX_I686_IMAGE: "manylinux2010"
61
- uses: actions/upload-artifact@v2
0 commit comments