We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bafc4 commit ada4703Copy full SHA for ada4703
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build package
26
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
29
with:
30
name: ${{ env.dists-artifact-name }}
31
path: dist/*
0 commit comments