File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Setup Python environment
24
- uses : actions/setup-python@v2.1.2
24
+ uses : actions/setup-python@v2.1.3
25
25
with :
26
26
python-version : ${{ matrix.python }}
27
27
- name : Install Requirements
42
42
steps :
43
43
- uses : actions/checkout@v2
44
44
- name : Setup Python environment
45
- uses : actions/setup-python@v2.1.2
45
+ uses : actions/setup-python@v2.1.3
46
46
with :
47
47
python-version : ' 3.7'
48
48
- name : Install Requirements
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Setup Python environment
16
- uses : actions/setup-python@v2.1.2
16
+ uses : actions/setup-python@v2.1.3
17
17
with :
18
18
python-version : ' 3.7'
19
19
- name : Install Requirements
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Publish to PyPi
20
- uses : actions/setup-python@v2.1.2
20
+ uses : actions/setup-python@v2.1.3
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- name : Setup Python environment
13
- uses : actions/setup-python@v2.1.2
13
+ uses : actions/setup-python@v2.1.3
14
14
with :
15
15
python-version : 2.7
16
16
- name : Get current time
You can’t perform that action at this time.
0 commit comments