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 ee6b4b7 commit 9f350c4Copy full SHA for 9f350c4
.github/workflows/build-release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Check build
41
run: python -m twine check --strict dist/*
42
- name: Store the distribution packages
43
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
44
with:
45
name: python-package-distributions
46
path: dist/
0 commit comments