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 8395f5c commit d77c632Copy full SHA for d77c632
.github/workflows/pypi-release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Build sdist
13
run: pipx run build --sdist
14
15
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
16
with:
17
path: dist/*.tar.gz
18
0 commit comments