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 40be1c3 commit 9cb3539Copy full SHA for 9cb3539
.github/workflows/publish-to-pypi.yml
@@ -63,7 +63,7 @@ jobs:
63
id-token: write # IMPORTANT: mandatory for trusted publishing
64
steps:
65
- name: Download all the dists
66
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
67
with:
68
name: python-package-distributions
69
path: dist/
0 commit comments