Skip to content

Commit 4233625

Browse files
authored
Rename artifact upload and download names to 'release-dists'
1 parent 6632361 commit 4233625

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload distributions
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: dist
38+
name: release-dists
3939
path: dist/
4040

4141
publish:
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/download-artifact@v4
4949
with:
50-
name: dist
50+
name: release-dists
5151
path: dist/
5252
- uses: pypa/gh-action-pypi-publish@release/v1
5353
with:

0 commit comments

Comments
 (0)