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 5205d6c commit a098e6dCopy full SHA for a098e6d
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build a binary wheel and a source tarball
31
run: python3 -m build
32
- name: Store the distribution packages
33
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
34
with:
35
name: python-package-distributions
36
path: dist/
@@ -50,7 +50,7 @@ jobs:
50
51
steps:
52
- name: Download all the dists
53
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
54
55
56
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
0 commit comments