Skip to content

Commit 4afd38e

Browse files
authored
Merge pull request #58 from jackbow/master
feat: macos arm wheels
2 parents 33a2610 + 0de3c38 commit 4afd38e

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- name: Build wheels
3333
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- uses: actions/checkout@v3
5050
- name: Build wheels
5151
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

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0.2"
1+
__version__ = "0.7.0.3"

0 commit comments

Comments
 (0)