Skip to content

Commit c129579

Browse files
Revert building musllinux wheels (#10)
1 parent f4809ff commit c129579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
CIBW_BUILD_VERBOSITY: 1
88
CIBW_BUILD: 'cp*'
9-
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32'
9+
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32 *musllinux*'
1010
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
1111
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
1212
UNIXY_HDF5_VERSION: 1.14.3

0 commit comments

Comments
 (0)