We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8249720 commit 1f4dfd0Copy full SHA for 1f4dfd0
.github/workflows/upload_pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m build
27
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
30
with:
31
name: python-package-distributions
32
path: dist/
0 commit comments