Skip to content

Commit

Permalink
upgrade artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rcholic committed Jun 5, 2024
1 parent 60afc42 commit 39c2710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build distribution in binary and source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
# retrieve your distributions here
- name: Download distribution packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 39c2710

Please sign in to comment.