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 f3180a7 commit 59acad3Copy full SHA for 59acad3
.github/workflows/publish-to-pypi.yml
@@ -45,7 +45,7 @@ jobs:
45
run: python3 -m build
46
47
- name: Store the distribution packages
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: python-package-distributions
51
path: dist/
0 commit comments