We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f23c3 commit 2ce250fCopy full SHA for 2ce250f
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
26
with:
27
name: python-package-distributions
28
path: dist/
@@ -41,7 +41,7 @@ jobs:
41
42
steps:
43
- name: Download all the dists
44
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
45
46
47
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments