1 parent eaf1886 commit 65f8130Copy full SHA for 65f8130
1 file changed
.github/workflows/wheels.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build wheels
40
env:
41
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686 *-win32 # skip PyPy, musllinux, 32-bit Linux & win32 builds
42
- CIBW_ARCHS_MACOS: x86_64 arm64
+ CIBW_ARCHS_MACOS: auto
43
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
44
run: python -m cibuildwheel --output-dir wheelhouse
45
0 commit comments