Skip to content

Commit

Permalink
Use actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Aug 3, 2024
1 parent 1361c16 commit 7e2073a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

publish-to-pypi:
name: >-
Publish Python distribution to PyPI
Publish to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
Expand All @@ -48,8 +48,7 @@ jobs:

github-release:
name: >-
Sign the Python distribution with Sigstore
and upload them to GitHub Release
Upload GitHub Release w/ signature
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
--repo '${{ github.repository }}'
publish-to-testpypi:
name: Publish Python distribution to TestPyPI
name: Publish to Test PyPI
needs:
- build
runs-on: ubuntu-latest
Expand All @@ -104,7 +103,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 7e2073a

Please sign in to comment.