File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
include :
12
- - python-version : 3.8
13
- env :
12
+ - env :
14
13
TOXENV : bandit
15
- - python-version : 3.8
16
- env :
14
+ - env :
17
15
TOXENV : black
18
- - python-version : 3.8
19
- env :
16
+ - env :
20
17
TOXENV : flake8
21
- - python-version : 3.8
22
- env :
18
+ - env :
23
19
TOXENV : typing
24
- - python-version : 3.8
25
- env :
20
+ - env :
26
21
TOXENV : pylint
27
22
28
23
steps :
29
24
- uses : actions/checkout@v4
30
25
31
- - name : Set up Python ${{ matrix.python-version }}
26
+ - name : Set up Python
32
27
uses : actions/setup-python@v5
33
28
with :
34
- python-version : ${{ matrix.python-version }}
29
+ python-version : 3.11
35
30
36
31
- name : Run check
37
32
env : ${{ matrix.env }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
13
- - name : Set up Python 3
13
+ - name : Set up Python
14
14
uses : actions/setup-python@v5
15
15
with :
16
- python-version : 3
16
+ python-version : 3.11
17
17
18
18
- name : Publish to PyPI
19
19
run : |
You can’t perform that action at this time.
0 commit comments