Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Rolling upload action to v3 until I can refactor the actions to handle multiple python-version under v4
  • Loading branch information
johncanthony authored Sep 11, 2024
1 parent d6c34b2 commit c834b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python -m build
- name: Store distribution artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit c834b04

Please sign in to comment.