File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.x"
18
18
- name : Install pypa/build
24
24
- name : Build a binary wheel and a source tarball
25
25
run : python3 -m build
26
26
- name : Store the distribution packages
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : python-package-distributions
30
30
path : dist/
42
42
id-token : write # IMPORTANT: mandatory for trusted publishing
43
43
steps :
44
44
- name : Download all the dists
45
- uses : actions/download-artifact@v3
45
+ uses : actions/download-artifact@v4
46
46
with :
47
47
name : python-package-distributions
48
48
path : dist/
You can’t perform that action at this time.
0 commit comments