File tree Expand file tree Collapse file tree 4 files changed +6
-75
lines changed Expand file tree Collapse file tree 4 files changed +6
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
lint :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
7
+ - uses : actions/checkout@v3
8
8
- name : Setup Python
9
- uses : actions/setup-python@v2
9
+ uses : actions/setup-python@v4
10
10
- name : Install tox
11
11
run : python -m pip install tox
12
12
- name : Lint
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
ref : ${{ github.event.release.tag_name }}
16
16
- name : Install Python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v4
18
18
- name : Install build dependencies
19
19
run : python -m pip install -U setuptools build wheel
20
20
- name : Build distributions
Original file line number Diff line number Diff line change 9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- name : Use Python ${{ matrix.python }}
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : ${{ matrix.python }}
17
17
- name : Install tox
You can’t perform that action at this time.
0 commit comments