Skip to content

Commit 4fb1462

Browse files
authored
Update publish.yml
Signed-off-by: AppSolves <117762175+AppSolves@users.noreply.github.com>
1 parent dc7b391 commit 4fb1462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Store the distribution packages
2929
uses: actions/upload-artifact@v4
3030
with:
31-
name: python-package-distributions
31+
name: python-package-distributions-${{ github.run_id }}
3232
path: dist/
3333

3434
publish-to-pypi:
@@ -48,7 +48,7 @@ jobs:
4848
- name: Download all the dists
4949
uses: actions/download-artifact@v4
5050
with:
51-
name: python-package-distributions
51+
name: python-package-distributions-${{ github.run_id }}
5252
path: dist/
5353
- name: Publish distribution 📦 to PyPI
5454
uses: pypa/gh-action-pypi-publish@release/v1
@@ -69,7 +69,7 @@ jobs:
6969
- name: Download all the dists
7070
uses: actions/download-artifact@v4
7171
with:
72-
name: python-package-distributions
72+
name: python-package-distributions-${{ github.run_id }}
7373
path: dist/
7474
- name: Sign the dists with Sigstore
7575
uses: sigstore/gh-action-sigstore-python@v2.1.1
@@ -94,4 +94,4 @@ jobs:
9494
run: >-
9595
gh release upload
9696
'${{ github.ref_name }}' dist/**
97-
--repo '${{ github.repository }}'
97+
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)