Skip to content

Commit

Permalink
Build ARM64 wheels on MacOs (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fteicht authored Dec 5, 2023
1 parent 4db5dcb commit 3b09871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Build wheel
run: python -m cibuildwheel --output-dir dist
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3b09871

Please sign in to comment.