We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94a985 commit 2ca3836Copy full SHA for 2ca3836
1 file changed
.github/workflows/upload-test.yml
@@ -66,6 +66,10 @@ jobs:
66
with:
67
name: wheels
68
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
+
73
74
pypi-publish:
75
name: upload release to PyPI
@@ -92,6 +96,10 @@ jobs:
92
96
93
97
name: sdist
94
98
99
100
101
102
95
103
- name: Publish package distributions to PyPI
104
uses: pypa/gh-action-pypi-publish@release/v1
105
0 commit comments