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 ce4d698 commit b414b90Copy full SHA for b414b90
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build a binary wheel and a source tarball
27
run: python3 -m build
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
30
with:
31
name: python-package-distributions
32
path: dist/
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Download all the dists
48
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
49
50
51
0 commit comments