Skip to content

Commit

Permalink
CI Cross compile arm wheels for macOS (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored Dec 5, 2023
1 parent 6bf156b commit e28b11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CIBW_TEST_SKIP: "*_arm64"
CIBW_ARCHS_MACOS: "x86_64 arm64"

strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
Expand Down

0 comments on commit e28b11a

Please sign in to comment.