We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6632361 commit 4233625Copy full SHA for 4233625
1 file changed
.github/workflows/python-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Upload distributions
36
uses: actions/upload-artifact@v4
37
with:
38
- name: dist
+ name: release-dists
39
path: dist/
40
41
publish:
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/download-artifact@v4
49
50
51
52
- uses: pypa/gh-action-pypi-publish@release/v1
53
0 commit comments