Skip to content

Commit

Permalink
Merge pull request #58 from jackbow/master
Browse files Browse the repository at this point in the history
feat: macos arm wheels
  • Loading branch information
mikedh authored Jan 19, 2023
2 parents 33a2610 + 0de3c38 commit 4afd38e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: 'x86_64 arm64'
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: 'x86_64 arm64'
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down
2 changes: 1 addition & 1 deletion src/fcl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0.2"
__version__ = "0.7.0.3"

0 comments on commit 4afd38e

Please sign in to comment.