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.
1 parent ebf049b commit 264e2a9Copy full SHA for 264e2a9
1 file changed
.github/workflows/wheels.yml
@@ -116,6 +116,7 @@ jobs:
116
twine check {wheel} &&
117
python {package}/ci/check_version_number.py
118
MACOSX_DEPLOYMENT_TARGET: "10.12"
119
+ PIP_PREFER_BINARY: "1"
120
strategy:
121
matrix:
122
include:
0 commit comments