We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e9391 commit d139d6aCopy full SHA for d139d6a
.github/workflows/release-python.yml
@@ -155,7 +155,7 @@ jobs:
155
find . -type d -empty -delete
156
- uses: actions/upload-artifact@v4
157
with:
158
- name: all-dist-${{ github.job }}
+ name: all-dist-${{ github.run_id }}
159
path: "./*"
160
161
publish:
@@ -170,7 +170,7 @@ jobs:
170
- name: Download all the dists
171
uses: actions/download-artifact@v4
172
173
174
path: dist/
175
- name: Publish distribution 📦 to PyPI
176
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments