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.
2 parents 3e9721b + 39a3c5c commit b6887ddCopy full SHA for b6887dd
2 files changed
.github/workflows/release-pypi.yml
@@ -50,7 +50,7 @@ jobs:
50
run: uv build --out-dir ${{ env.out_dir }}
51
52
- name: Store the distribution packages
53
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
54
with:
55
name: python-package-distributions
56
path: ${{ env.out_dir }}
.github/workflows/release-testpypi.yml
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments