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 5e944a7 + e5d3131 commit 205eca6Copy full SHA for 205eca6
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
id-token: write # IMPORTANT: mandatory for trusted publishing
44
steps:
45
- name: Download all the dists
46
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
47
with:
48
name: python-package-distributions
49
path: dist/
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments