Skip to content

Commit 7068479

Browse files
committed
feat: macos arm wheels
1 parent 5a844b1 commit 7068479

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.7.0
33+
uses: pypa/cibuildwheel@v2.12.0
34+
env:
35+
CIBW_ARCHS_MACOS: 'x86_64 arm64'
3436
- uses: actions/upload-artifact@v3
3537
with:
3638
path: ./wheelhouse/*.whl

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.11.4
51+
uses: pypa/cibuildwheel@v2.12.0
52+
env:
53+
CIBW_ARCHS_MACOS: 'x86_64 arm64'
5254
- uses: actions/upload-artifact@v3
5355
with:
5456
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)