We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0197fd + a66ceaa commit 26aebd3Copy full SHA for 26aebd3
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build a binary wheel and a source tarball
29
run: python3 -m build
30
- name: Store the distribution packages
31
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
32
with:
33
name: python-package-distributions
34
path: dist/
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Download all the dists
49
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
50
51
52
0 commit comments