Skip to content

Commit 8b6e6b3

Browse files
committed
BLD: stop skipping musl wheel builds
closes matplotlib#26438
1 parent 8c7a582 commit 8b6e6b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
twine check {wheel} &&
103103
python {package}/ci/check_wheel_licenses.py {wheel}
104104
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
105-
CIBW_SKIP: "*-musllinux*"
106105
CIBW_TEST_COMMAND: >-
107106
python {package}/ci/check_version_number.py
108107
# Apple Silicon machines are not available for testing, so silence the

0 commit comments

Comments
 (0)