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.
2 parents 33cfe41 + 1ccfd74 commit c69815dCopy full SHA for c69815d
.github/workflows/python.yml
@@ -125,6 +125,8 @@ jobs:
125
.github/workflows/python_build_posix.sh /Library/Frameworks/Python.framework/Versions/3.11/bin/python3
126
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.7/bin/
127
$PYTHON_BIN/python3 -m pip install delocate
128
+ wheel tags --platform-tag=macosx_10_9_x86_64 python/dist/*.whl
129
+ rm -rf python/dist/*universal*.whl
130
ls python/dist/*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w wheelhouse/
131
132
- name: Test python bindings
0 commit comments