Skip to content

Commit c69815d

Browse files
committed
Merge branch 'main' of github.com:flatironinstitute/fmm2d
2 parents 33cfe41 + 1ccfd74 commit c69815d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
.github/workflows/python_build_posix.sh /Library/Frameworks/Python.framework/Versions/3.11/bin/python3
126126
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.7/bin/
127127
$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
128130
ls python/dist/*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w wheelhouse/
129131
130132
- name: Test python bindings

0 commit comments

Comments
 (0)