Skip to content

Commit

Permalink
Add linux arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jun 30, 2024
1 parent a7e3150 commit 60a0f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# - macos-latest # TODO reenable
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
steps:
- uses: actions/checkout@v4
Expand All @@ -24,13 +24,14 @@ jobs:
output-dir: dist
env:
# Linux settings
CIBW_ARCHS: auto64
CIBW_ARCHS: auto64 aarch64
CIBW_BUILD: ${{matrix.python}}-*
CIBW_SKIP: pp* *musllinux*
# MacOS settings
MACOSX_DEPLOYMENT_TARGET: "10.14"
CIBW_ARCHS_MACOS: x86_64
# General
CIBW_TEST_SKIP: "*aarch64"
CIBW_TEST_REQUIRES: -r requirements-dev.txt
CIBW_TEST_COMMAND: pytest -v {project}/tests
- name: Upload artifact
Expand Down

0 comments on commit 60a0f0d

Please sign in to comment.