Skip to content

Commit

Permalink
github: workflows: Add deploy for aarch64 in pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 18, 2025
1 parent 26609d9 commit c9ec8ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: python-armv7-auto
- uses: actions/download-artifact@v4
with:
name: python-aarch64-auto
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit c9ec8ce

Please sign in to comment.