Skip to content

Commit

Permalink
Try a native aarch64 build (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Nov 26, 2024
1 parent 3e0ca1f commit 4a39f97
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

test:
needs: [core, sdist_verify, rust]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
uses: sunpy/github-actions-workflows/.github/workflows/tox.yml@main
with:
submodules: false
coverage: codecov
Expand All @@ -71,6 +71,8 @@ jobs:
- macos: py310
- linux: py312
- linux: py310-oldestdeps
- linux: py312
runs-on: arm
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@main
uses: sunpy/github-actions-workflows/.github/workflows/publish.yml@main
with:
sdist: true
test_extras: 'tests'
Expand All @@ -130,15 +132,8 @@ jobs:
- cp3{10,11,12,13}-macosx_x86_64
- cp3{10,11,12,13}-macosx_arm64
- cp3{10,11,12,13}-win_amd64
# Build aarch64 one wheel per job as they be slow
- cp310-musllinux_aarch64
- cp311-musllinux_aarch64
- cp312-musllinux_aarch64
- cp313-musllinux_aarch64
- cp310-manylinux_aarch64
- cp311-manylinux_aarch64
- cp312-manylinux_aarch64
- cp313-manylinux_aarch64
- target: cp3{10,11,12,13}-manylinux_aarch64
runs-on: arm
secrets:
pypi_token: ${{ secrets.pypi_token }}

Expand Down

0 comments on commit 4a39f97

Please sign in to comment.