Skip to content

Commit

Permalink
Add step to show downloaded artifacts for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 19, 2024
1 parent 43cc570 commit 83ddf55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
merge-multiple: true
path: dist

- name: Show downloaded artifacts
run: ls -laR dist

- name: Publish distribution 📦 to PyPI
if: ${{ success() }}
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 83ddf55

Please sign in to comment.