Skip to content

Commit

Permalink
Add wheels for Mac arm64 (addresses #312)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 15, 2022
1 parent aacf1b6 commit a6732c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto, aarch64]
arch: [x86_64, aarch64]
exclude:
- os: windows-latest
arch: aarch64
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
CIBW_SKIP: '*-manylinux*_i686'
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BEFORE_BUILD: pip install -r requirements.txt
CIBW_BEFORE_TEST: pip install numpy
Expand Down

0 comments on commit a6732c3

Please sign in to comment.