We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02bb181 + 83125b0 commit 29b8a33Copy full SHA for 29b8a33
1 file changed
.github/workflows/deploy.yml
@@ -25,6 +25,9 @@ jobs:
25
CIBW_ARCHS: native
26
CIBW_BUILD_FRONTEND: build
27
CIBW_TEST_COMMAND: "python {project}/TESTS/unitTests.py"
28
+ # cross-compilation for Apple Silicon:
29
+ # https://cibuildwheel.readthedocs.io/en/stable/faq/#how-to-cross-compile
30
+ CIBW_ARCHS_MACOS: x86_64 arm64
31
32
- name: "Upload wheel as artifact"
33
uses: actions/upload-artifact@v4
0 commit comments