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 690bba8 commit 47ad619Copy full SHA for 47ad619
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build a binary wheel and a source tarball
26
run: python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
with:
30
name: python-package-distributions
31
path: dist/
0 commit comments