Skip to content

Commit 83ddf55

Browse files
committed
Add step to show downloaded artifacts for debugging.
1 parent 43cc570 commit 83ddf55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
merge-multiple: true
7979
path: dist
8080

81+
- name: Show downloaded artifacts
82+
run: ls -laR dist
83+
8184
- name: Publish distribution 📦 to PyPI
8285
if: ${{ success() }}
8386
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)