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 6257fd2 commit 6910857Copy full SHA for 6910857
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build package
23
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
26
with:
27
name: ${{ env.dists-artifact-name }}
28
path: dist/*
0 commit comments