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 28cc1a2 commit ebf049bCopy full SHA for ebf049b
.github/workflows/wheels.yml
@@ -114,7 +114,6 @@ jobs:
114
CIBW_TEST_COMMAND: >-
115
python -m pip install build twine &&
116
twine check {wheel} &&
117
- # python {package}/ci/check_wheel_licenses.py {wheel} && # Disabled because we concatenate into one file here
118
python {package}/ci/check_version_number.py
119
MACOSX_DEPLOYMENT_TARGET: "10.12"
120
strategy:
0 commit comments