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 516ee38 commit f72b5acCopy full SHA for f72b5ac
.github/workflows/publish-to-pypi.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
with:
47
name: python-package-distributions
48
path: dist/
.github/workflows/publish-to-testpypi.yml
@@ -45,7 +45,7 @@ jobs:
49
50
51
0 commit comments