Commit f8538c7 1 parent f3014ca commit f8538c7 Copy full SHA for f8538c7
File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-python@v2
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-python@v5
11
11
with :
12
- python-version : " 3.11 "
13
- - run : pip install -e .[dev]
12
+ python-version : " 3.12 "
13
+ - run : pip install .[dev]
14
14
- run : pytest
15
15
16
16
test-release :
17
17
needs : test
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
22
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
26
26
- name : Install dependencies
27
- run : pip install -e .[dev]
27
+ run : pip install .[dev]
28
28
29
29
- name : Build dist
30
30
run : python setup.py sdist bdist_wheel
@@ -40,14 +40,14 @@ jobs:
40
40
needs : test-release
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v4
44
44
45
- - uses : actions/setup-python@v2
45
+ - uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ${{ matrix.python-version }}
48
48
49
49
- name : Install dependencies
50
- run : pip install -e .[dev]
50
+ run : pip install .[dev]
51
51
52
52
- name : Build dist
53
53
run : python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 7
7
lint :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-python@v2
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-python@v5
12
12
with :
13
13
python-version : ${{ matrix.python-version }}
14
14
- run : pip install .[dev]
27
27
- " 3.12"
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v2
31
- - uses : actions/setup-python@v2
30
+ - uses : actions/checkout@v4
31
+ - uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- run : pip install .[dev]
You can’t perform that action at this time.
0 commit comments