Skip to content

Commit d34425f

Browse files
committed
build: build macOS arm python wheels
1 parent ea9c54e commit d34425f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: pypa/[email protected]
5252
env:
5353
CIBW_SKIP: cp36-*
54+
CIBW_ARCHS_MACOS: "x86_64 arm64"
5455

5556
- name: Install qemu aarch64
5657
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)