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 fbe154e commit 604c7a4Copy full SHA for 604c7a4
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build a binary wheel and a source tarball
17
run: python -m build
18
- name: Store the distribution packages
19
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
20
with:
21
name: dist
22
path: dist
0 commit comments