4848 version : " 3.12"
4949 toxenv : py312,smoke
5050 steps :
51- -
uses :
actions/[email protected] .1 51+ -
uses :
actions/[email protected] .3 5252 - name : Set up Python ${{ matrix.python.version }}
53535454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- -
uses :
actions/[email protected] .1 69+ -
uses :
actions/[email protected] .3 7070 - name : Set up Python
71717272 with :
7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v4.1.1
81+ uses : codecov/codecov-action@v4.3.0
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
8787 coverage :
8888 runs-on : ubuntu-22.04
8989 steps :
90- -
uses :
actions/[email protected] .1 90+ -
uses :
actions/[email protected] .3 9191 - name : Set up Python ${{ matrix.python-version }}
92929393 with :
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v4.1.1
103+ uses : codecov/codecov-action@v4.3.0
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : Python wheel
112112 steps :
113- -
uses :
actions/[email protected] .1 113+ -
uses :
actions/[email protected] .3 114114115115 with :
116116 python-version : " 3.12"
@@ -119,7 +119,7 @@ jobs:
119119 pip install -r requirements-test.txt
120120 - name : Build package
121121 run : python -m build -o dist/
122- -
uses :
actions/[email protected] .1 122+ -
uses :
actions/[email protected] .3 123123 with :
124124 name : dist
125125 path : dist
@@ -128,12 +128,12 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- -
uses :
actions/[email protected] .1 131+ -
uses :
actions/[email protected] .3 132132 - name : Set up Python
133133134134 with :
135135 python-version : ' 3.12'
136- -
uses :
actions/[email protected] .4 136+ -
uses :
actions/[email protected] .6 137137 with :
138138 name : dist
139139 path : dist
0 commit comments