We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce5de8 commit ee796d4Copy full SHA for ee796d4
.github/workflows/wheels.yml
@@ -12,6 +12,8 @@ on:
12
13
env:
14
CIBW_TEST_COMMAND: python {project}/tests/test.py
15
+ CIBW_ARCHS_MACOS: auto universal2
16
+ CIBW_TEST_SKIP: "*universal2:arm64"
17
18
19
jobs:
0 commit comments