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.
2 parents 62f7cdb + 1f4dfd0 commit 44a7782Copy full SHA for 44a7782
.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