Skip to content

Commit

Permalink
Merge branch 'main' of github.com:flatironinstitute/fmm2d
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Jun 12, 2024
2 parents 33cfe41 + 1ccfd74 commit c69815d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
.github/workflows/python_build_posix.sh /Library/Frameworks/Python.framework/Versions/3.11/bin/python3
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.7/bin/
$PYTHON_BIN/python3 -m pip install delocate
wheel tags --platform-tag=macosx_10_9_x86_64 python/dist/*.whl
rm -rf python/dist/*universal*.whl
ls python/dist/*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w wheelhouse/
- name: Test python bindings
Expand Down

0 comments on commit c69815d

Please sign in to comment.