We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9c54e commit d34425fCopy full SHA for d34425f
.github/workflows/wheels.yml
@@ -51,6 +51,7 @@ jobs:
51
uses: pypa/[email protected]
52
env:
53
CIBW_SKIP: cp36-*
54
+ CIBW_ARCHS_MACOS: "x86_64 arm64"
55
56
- name: Install qemu aarch64
57
if: runner.os == 'Linux'
0 commit comments