Skip to content

Commit ee796d4

Browse files
authored
chore: add Universal2 wheels (#82)
1 parent 4ce5de8 commit ee796d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212

1313
env:
1414
CIBW_TEST_COMMAND: python {project}/tests/test.py
15+
CIBW_ARCHS_MACOS: auto universal2
16+
CIBW_TEST_SKIP: "*universal2:arm64"
1517

1618

1719
jobs:

0 commit comments

Comments
 (0)