Skip to content

Commit

Permalink
Updating the aarch64 build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
keenon committed Jan 10, 2025
1 parent 45f98b6 commit fd8d370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_aarch64_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
needs: [build-linux-aarch64]
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: wheelhouse
- name: Display structure of downloaded files before flattening
Expand All @@ -124,7 +124,7 @@ jobs:
run: ls -R
working-directory: wheelhouse
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.8
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit fd8d370

Please sign in to comment.