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