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 4758f1f commit 7e5945eCopy full SHA for 7e5945e
.github/workflows/release-python.yml
@@ -136,7 +136,7 @@ jobs:
136
find . -type d -empty -delete
137
- uses: actions/upload-artifact@v4
138
with:
139
- name: all-dist-${{ github.job }}
+ name: all-dist-${{ github.run_id }}
140
path: "./*"
141
142
publish:
@@ -151,7 +151,7 @@ jobs:
151
- name: Download all the dists
152
uses: actions/download-artifact@v4
153
154
155
path: dist/
156
- name: Publish distribution 📦 to PyPI
157
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments