We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f9713 + 23731bf commit 1d18659Copy full SHA for 1d18659
1 file changed
.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@v5
+ uses: actions/upload-artifact@v6
29
with:
30
name: python-package-distributions
31
path: dist/
0 commit comments