File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
strategy :
21
21
matrix :
22
22
python-version :
23
- - " 3.10 "
23
+ - " 3.13 "
24
24
steps :
25
- - uses : actions/checkout@v2
26
- - uses : actions/setup-python@v2
25
+ - uses : actions/checkout@v5
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
38
38
pip install twine
39
39
twine check dist/*
40
40
41
- - uses : actions/upload-artifact@v2
41
+ - uses : actions/upload-artifact@v4
42
42
with :
43
43
name : build
44
44
path : dist/*
@@ -56,11 +56,11 @@ jobs:
56
56
- " 3.10"
57
57
- " 3.11"
58
58
steps :
59
- - uses : actions/checkout@v2
60
- - uses : actions/setup-python@v2
59
+ - uses : actions/checkout@v5
60
+ - uses : actions/setup-python@v5
61
61
with :
62
62
python-version : ${{ matrix.python-version }}
63
- - uses : actions/download-artifact@v2
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : build
66
66
path : dist
76
76
runs-on : ubuntu-latest
77
77
if : github.event_name == 'release' && github.event.action == 'published'
78
78
steps :
79
- - uses : actions/download-artifact@v2
79
+ - uses : actions/download-artifact@v4
80
80
with :
81
81
name : build
82
82
path : dist
You can’t perform that action at this time.
0 commit comments