Skip to content

Commit

Permalink
Update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Aug 18, 2024
1 parent 74c71bb commit bc3424f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Build wheel and source tarball
run: python3 -m build
- name: Store distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/

publish-to-pypi:
name: Publish Python distribution to PyPI
name: Publish to PyPI
needs:
- build
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit bc3424f

Please sign in to comment.