Skip to content

Commit

Permalink
Merge pull request #140 from poliastro/CI_update
Browse files Browse the repository at this point in the history
Update actions/upload-artifact to v4
  • Loading branch information
astrojuanlu authored Jun 27, 2024
2 parents a1357e3 + 1a7dd32 commit d1e071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build a binary wheel and a 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 Down

0 comments on commit d1e071d

Please sign in to comment.