Skip to content

Commit

Permalink
adds cross-compilation for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Dec 18, 2023
1 parent 0127f15 commit 3f75a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
CIBW_ARCHS: native
CIBW_BUILD_FRONTEND: build
CIBW_TEST_COMMAND: "python {project}/TESTS/unitTests.py"
# cross-compilation for Apple Silicon:
# https://cibuildwheel.readthedocs.io/en/stable/faq/#how-to-cross-compile
CIBW_ARCHS_MACOS: x86_64 arm64

- name: "Upload wheel as artifact"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3f75a17

Please sign in to comment.