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 b631cfe commit 8f83f8aCopy full SHA for 8f83f8a
.github/workflows/wheels.yml
@@ -119,8 +119,9 @@ jobs:
119
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
120
CIBW_SKIP: "*-musllinux_aarch64"
121
CIBW_TEST_COMMAND: >-
122
+ python -m pip install build twine &&
123
twine check {wheel} &&
- python {package}/ci/check_wheel_licenses.py {wheel}
124
+ python {package}/ci/check_wheel_licenses.py {wheel} &&
125
python {package}/ci/check_version_number.py
126
MACOSX_DEPLOYMENT_TARGET: "10.12"
127
strategy:
0 commit comments