We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efb608 commit 65c7a02Copy full SHA for 65c7a02
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build a binary wheel and a source tarball
57
run: uv build && uv publish
58
- name: Store the distribution packages
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: python-package-distributions
62
path: dist/
0 commit comments