Thanks to visit codestin.com Credit goes to github.com
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 8c7a582 commit 8b6e6b3Copy full SHA for 8b6e6b3
1 file changed
.github/workflows/cibuildwheel.yml
@@ -102,7 +102,6 @@ jobs:
102
twine check {wheel} &&
103
python {package}/ci/check_wheel_licenses.py {wheel}
104
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
105
- CIBW_SKIP: "*-musllinux*"
106
CIBW_TEST_COMMAND: >-
107
python {package}/ci/check_version_number.py
108
# Apple Silicon machines are not available for testing, so silence the
0 commit comments