Commit 1ee5d8c 1 parent b2e5bb5 commit 1ee5d8c Copy full SHA for 1ee5d8c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
- name : Build a binary wheel and a source tarball
54
54
run : python3 -m build
55
55
- name : Store the distribution packages
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : python-package-distributions
59
59
path : dist/
72
72
id-token : write # IMPORTANT: mandatory for trusted publishing
73
73
steps :
74
74
- name : Download all the dists
75
- uses : actions/download-artifact@v3
75
+ uses : actions/download-artifact@v4
76
76
with :
77
77
name : python-package-distributions
78
78
path : dist/
98
98
run : |
99
99
echo "Local version: ${{needs.check_version.outputs.localversion}}"
100
100
- name : Download all the dists
101
- uses : actions/download-artifact@v3
101
+ uses : actions/download-artifact@v4
102
102
with :
103
103
name : python-package-distributions
104
104
path : dist/
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download all the dists
140
- uses : actions/download-artifact@v3
140
+ uses : actions/download-artifact@v4
141
141
with :
142
142
name : python-package-distributions
143
143
path : dist/
You can’t perform that action at this time.
0 commit comments