Skip to content

Commit

Permalink
Version [email protected] again
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomm committed Sep 17, 2024
1 parent d9332b8 commit a5a41b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python -m build

- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand All @@ -45,7 +45,7 @@ jobs:

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

0 comments on commit a5a41b0

Please sign in to comment.