Skip to content

Commit

Permalink
Updated release-python.yml - use the run_id as the name of the artifa…
Browse files Browse the repository at this point in the history
…ct, not the job
  • Loading branch information
caseyclements committed Jun 5, 2024
1 parent 13e9391 commit 882ef43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
find . -type d -empty -delete
- uses: actions/upload-artifact@v4
with:
name: all-dist-${{ github.job }}
name: all-dist-${{ github.run_id }}
path: "./*"

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

0 comments on commit 882ef43

Please sign in to comment.