Skip to content

Commit

Permalink
Add macos-arm64 build target on 'wheel' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Oct 25, 2022
1 parent b1a6286 commit c4156c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
CIBW_BEFORE_BUILD: pip install numpy cython
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS: native
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_TEST_SKIP: "*_arm64"
CIBW_TEST_COMMAND: python {package}/tests/test_jenks.py

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

0 comments on commit c4156c4

Please sign in to comment.