File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build a binary wheel and a source tarball
27
27
run : python3 -m build
28
28
- name : Store the distribution packages
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : python-package-distributions
32
32
path : dist/
44
44
id-token : write # IMPORTANT: mandatory for trusted publishing
45
45
steps :
46
46
- name : Download all the dists
47
- uses : actions/download-artifact@v4.1.7
47
+ uses : actions/download-artifact@v4
48
48
with :
49
49
name : python-package-distributions
50
50
path : dist/
63
63
id-token : write # IMPORTANT: mandatory for trusted publishing
64
64
steps :
65
65
- name : Download all the dists
66
- uses : actions/download-artifact@v4.1.7
66
+ uses : actions/download-artifact@v4
67
67
with :
68
68
name : python-package-distributions
69
69
path : dist/
You can’t perform that action at this time.
0 commit comments