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 97d4c40 + af7075e commit ea3a339Copy full SHA for ea3a339
.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@v6
+ uses: actions/download-artifact@v7
47
with:
48
name: python-package-distributions
49
path: dist/
@@ -60,7 +60,7 @@ jobs:
60
id-token: write # IMPORTANT: mandatory for sigstore
61
62
63
64
65
66
0 commit comments