Skip to content

Commit

Permalink
Publish aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwatson authored Jan 5, 2025
1 parent 5aacb18 commit 75c01c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,20 @@ jobs:
name: source
path: dist

- name: Download manylinux artifact
- name: Download manylinux artifacts
if: matrix.os == 'ubuntu-20.04'
uses: actions/download-artifact@v4
with:
name: manylinux
path: dist

- name: Download aarch64 manylinux artifacts
if: matrix.os == 'ubuntu-20.04'
uses: actions/download-artifact@v4
with:
name: manylinux.aarch64
path: dist

- name: Download non-Linux wheel
if: matrix.os != 'ubuntu-20.04'
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 75c01c2

Please sign in to comment.