Skip to content

Commit 7e5945e

Browse files
authored
PYTHON-4420 Fix GitHub Actions publish job (#1626)
1 parent 4758f1f commit 7e5945e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
find . -type d -empty -delete
137137
- uses: actions/upload-artifact@v4
138138
with:
139-
name: all-dist-${{ github.job }}
139+
name: all-dist-${{ github.run_id }}
140140
path: "./*"
141141

142142
publish:
@@ -151,7 +151,7 @@ jobs:
151151
- name: Download all the dists
152152
uses: actions/download-artifact@v4
153153
with:
154-
name: all-dist-${{ github.job }}
154+
name: all-dist-${{ github.run_id }}
155155
path: dist/
156156
- name: Publish distribution 📦 to PyPI
157157
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)