Skip to content

Commit 29b8a33

Browse files
committed
Merge branch 'main' of github.com:LabForComputationalVision/pyrtools into bump_version_1.0.3
2 parents 02bb181 + 83125b0 commit 29b8a33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
CIBW_ARCHS: native
2626
CIBW_BUILD_FRONTEND: build
2727
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
2831

2932
- name: "Upload wheel as artifact"
3033
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)