Skip to content

Commit d139d6a

Browse files
ARROW-237 Use the run_id as the name of the artifact in release-python.yml (#216)
Updated release-python.yml - use the run_id as the name of the artifact, not the job
1 parent 13e9391 commit d139d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
find . -type d -empty -delete
156156
- uses: actions/upload-artifact@v4
157157
with:
158-
name: all-dist-${{ github.job }}
158+
name: all-dist-${{ github.run_id }}
159159
path: "./*"
160160

161161
publish:
@@ -170,7 +170,7 @@ jobs:
170170
- name: Download all the dists
171171
uses: actions/download-artifact@v4
172172
with:
173-
name: all-dist-${{ github.job }}
173+
name: all-dist-${{ github.run_id }}
174174
path: dist/
175175
- name: Publish distribution 📦 to PyPI
176176
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)