We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a844b1 commit 7068479Copy full SHA for 7068479
2 files changed
.github/workflows/push.yml
@@ -30,7 +30,9 @@ jobs:
30
steps:
31
- uses: actions/checkout@v2
32
- name: Build wheels
33
- uses: pypa/cibuildwheel@v2.7.0
+ uses: pypa/cibuildwheel@v2.12.0
34
+ env:
35
+ CIBW_ARCHS_MACOS: 'x86_64 arm64'
36
- uses: actions/upload-artifact@v3
37
with:
38
path: ./wheelhouse/*.whl
.github/workflows/release.yml
@@ -48,7 +48,9 @@ jobs:
48
49
50
51
- uses: pypa/cibuildwheel@v2.11.4
52
53
54
55
56
0 commit comments