Skip to content

Commit

Permalink
Build apple silicon wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Illidanz committed Mar 9, 2023
1 parent 6f6abba commit bdb739b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
submodules: recursive
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
env:
CIBW_ARCHS_MACOS: x86_64 arm64
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit bdb739b

Please sign in to comment.