Skip to content

Commit 02789b8

Browse files
committed
maint: build universal2 wheels for OSX
1 parent ae578bb commit 02789b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
env:
2222
CIBW_BUILD: cp39-* cp310-* cp311-*
2323
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
24+
CIBW_ARCHS_MACOS: universal2
2425
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2526
CIBW_BEFORE_ALL_LINUX: bin/cibw_before_build_linux.sh
2627
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_build_macosx.sh

0 commit comments

Comments
 (0)