Skip to content

Commit

Permalink
GA: display downloaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Aug 26, 2024
1 parent 2277e49 commit 9c4fddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
needs: [linux, sdist]
steps:
- uses: actions/download-artifact@v4
- name: Display downloaded files
run: ls -R
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 9c4fddc

Please sign in to comment.