Skip to content

Commit 2ca3836

Browse files
committed
chore: list dist directory
1 parent c94a985 commit 2ca3836

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/upload-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
with:
6767
name: wheels
6868
path: dist
69+
# Add a step to list the contents of the dist directory
70+
- name: List dist directory contents
71+
run: ls -l dist || echo "dist directory does not exist or is empty"
72+
6973

7074
pypi-publish:
7175
name: upload release to PyPI
@@ -92,6 +96,10 @@ jobs:
9296
with:
9397
name: sdist
9498

99+
# Add a step to list the contents of the dist directory
100+
- name: List dist directory contents
101+
run: ls -l dist || echo "dist directory does not exist or is empty"
102+
95103
- name: Publish package distributions to PyPI
96104
uses: pypa/gh-action-pypi-publish@release/v1
97105
with:

0 commit comments

Comments
 (0)