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 e36c559 commit 314995eCopy full SHA for 314995e
.github/workflows/upload_pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
run: python -m build
26
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: python-package-distributions
31
path: dist/
0 commit comments