Skip to content

Commit

Permalink
Add arm64 to macos wheel builds (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Jan 4, 2023
1 parent fbd116e commit c2068f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: auto64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64

- uses: actions/upload-artifact@v3
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down

0 comments on commit c2068f8

Please sign in to comment.