File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : 🏗 Set up Python 3.7
17
- uses : actions/setup-python@v1
17
+ uses : actions/setup-python@v4
18
18
with :
19
19
python-version : 3.7
20
20
- name : 🏗 Install build dependencies
24
24
run : >-
25
25
python setup.py sdist bdist_wheel
26
26
- name : ⬆ Upload build result
27
- uses : actions/upload-artifact@v1
27
+ uses : actions/upload-artifact@v3
28
28
with :
29
29
name : dist
30
30
path : dist
35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
- name : 🏗 Set up Python 3.10
38
- uses : actions/setup-python@v1
38
+ uses : actions/setup-python@v4
39
39
with :
40
40
python-version : " 3.10"
41
41
- name : 🏗 Set up dev dependencies
54
54
steps :
55
55
- uses : actions/checkout@v3
56
56
- name : 🏗 Set up Python ${{ matrix.python }}
57
- uses : actions/setup-python@v1
57
+ uses : actions/setup-python@v4
58
58
with :
59
59
python-version : ${{ matrix.python }}
60
60
- name : 🏗 Set up test dependencies
75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : ⬇ Download build result
78
- uses : actions/download-artifact@v1
78
+ uses : actions/download-artifact@v3
79
79
with :
80
80
name : dist
81
81
path : dist
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : ⬇ Download build result
96
- uses : actions/download-artifact@v1
96
+ uses : actions/download-artifact@v3
97
97
with :
98
98
name : dist
99
99
path : dist
You can’t perform that action at this time.
0 commit comments