Skip to content

Commit

Permalink
download artifacts before uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Nov 29, 2023
1 parent 38f1d81 commit 458f918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist, release-test]
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 458f918

Please sign in to comment.