Skip to content

Commit

Permalink
Yet another OSX build test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed Jul 17, 2024
1 parent 28fa77b commit 674cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Build on GitHub runner
run: |
CC=gcc-13 CXX=g++-13 python setup.py bdist_wheel
delocate-listdeps dist/*.whl && delocate-wheel -w wheelhouse -v dist/*.whl
delocate-listdeps dist/*.whl && delocate-wheel --require-archs universal2 -w wheelhouse -v dist/*.whl
- name: Upload with twine
if: "contains(github.event.head_commit.message, 'PyPI')"
run: |
Expand Down

0 comments on commit 674cb50

Please sign in to comment.