File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,16 @@ jobs:
14
14
python : [3.7, 3.11]
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- with :
18
- fetch-depth : 0
17
+ with : {fetch-depth: 0}
19
18
- uses : actions/setup-python@v5
20
19
with :
21
20
python-version : ${{ matrix.python }}
22
21
- name : Install
23
22
run : pip install -U -e .[dev]
24
23
- run : pytest
25
24
- uses : codecov/codecov-action@v4
25
+ with :
26
+ token : ${{ secrets.CODECOV_TOKEN }}
26
27
deploy :
27
28
needs : test
28
29
name : PyPI Deploy
33
34
runs-on : ubuntu-latest
34
35
steps :
35
36
- uses : actions/checkout@v4
36
- with :
37
- fetch-depth : 0
37
+ with : {fetch-depth: 0}
38
38
- uses : actions/setup-python@v5
39
- with :
40
- python-version : ' 3.x'
39
+ with : {python-version: '3.x'}
41
40
- id : dist
42
41
uses : casperdcl/deploy-pypi@v2
43
42
with :
You can’t perform that action at this time.
0 commit comments