Skip to content

Commit

Permalink
add macOS ARM64 wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
pb-dod committed Dec 18, 2024
1 parent b7033a9 commit 98920f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel --plat-name=manylinux2014_x86_64
python setup.py bdist_wheel --plat-name=macosx-12.6-x86_64
python setup.py bdist_wheel --plat-name=macosx-12.6-arm64
python setup.py bdist_wheel --plat-name=win_amd64
- name: Publish package to PyPi
if: inputs.publish == true
Expand Down

0 comments on commit 98920f7

Please sign in to comment.