Skip to content

Commit

Permalink
Enable macOS arm64 cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Apr 25, 2023
1 parent b47d1ca commit 9b0d64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BUILD: ${{ inputs.wheel_versions }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9b0d64f

Please sign in to comment.