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 b073fbf commit 83227e7Copy full SHA for 83227e7
.github/workflows/pythonpackage.yml
@@ -67,7 +67,7 @@ jobs:
67
run: pipx run build
68
- name: Check distributions
69
run: pipx run twine check dist/*
70
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
71
with:
72
name: dist
73
path: dist/
0 commit comments