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 2321b88 commit d37b345Copy full SHA for d37b345
.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/
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
0 commit comments