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 0b7007e commit f49bb65Copy full SHA for f49bb65
.github/workflows/cibuildwheel.yml
@@ -102,6 +102,7 @@ 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_aarch64"
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