Skip to content

Commit

Permalink
PYTHON-4420 Fix GitHub Actions publish job (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 30, 2024
1 parent 4758f1f commit 7e5945e
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 @@ -136,7 +136,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 @@ -151,7 +151,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 7e5945e

Please sign in to comment.