File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Check metadata
18
18
run : pipx run twine check dist/*
19
19
20
- - uses : actions/upload-artifact@v3
20
+ - uses : actions/upload-artifact@v4
21
21
with :
22
22
path : dist/*
23
23
28
28
if : github.event_name == 'release' && github.event.action == 'published'
29
29
30
30
steps :
31
- - uses : actions/setup-python@v4
31
+ - uses : actions/setup-python@v5
32
32
33
- - uses : actions/download-artifact@v4.1.7
33
+ - uses : actions/download-artifact@v4
34
34
with :
35
35
name : artifact
36
36
path : dist
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- python-version : ["3.8", "3.11 "]
10
+ python-version : ["3.8", "3.12 "]
11
11
12
12
runs-on : ubuntu-latest
13
13
16
16
uses : actions/checkout@v4
17
17
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
You can’t perform that action at this time.
0 commit comments