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 f4809ff commit c129579Copy full SHA for c129579
.github/workflows/publish-sdist-wheels.yml
@@ -6,7 +6,7 @@ env:
6
7
CIBW_BUILD_VERBOSITY: 1
8
CIBW_BUILD: 'cp*'
9
- CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32'
+ CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32 *musllinux*'
10
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
11
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
12
UNIXY_HDF5_VERSION: 1.14.3
0 commit comments