Skip to content

Commit

Permalink
.github/workflows/wheels2.yml: add arm64 to Macos archs
Browse files Browse the repository at this point in the history
closes #164
[skip ci]
  • Loading branch information
wojdyr committed Dec 2, 2021
1 parent d0618c8 commit 7d36d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.2.2
env:
CIBW_BUILD: ${{ github.event.inputs.cibw_build }}
CIBW_SKIP: ${{ github.event.inputs.cibw_skip }}
CIBW_ARCHS_MACOS: x86_64 arm64
# increase pip debugging output
CIBW_BUILD_VERBOSITY: 1

Expand Down

0 comments on commit 7d36d41

Please sign in to comment.