File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 1
- name : python tests+artifacts+release
1
+ name : " python tests+artifacts+release"
2
2
3
3
on :
4
4
pull_request :
12
12
13
13
14
14
jobs :
15
- dist :
15
+ dist :
16
16
runs-on : ubuntu-latest
17
17
name : Python sdist/wheel
18
18
steps :
32
32
name : dist
33
33
path : dist
34
34
35
-
36
35
test :
37
36
runs-on : ubuntu-latest
38
37
needs : [dist]
65
64
run : pytest
66
65
67
66
68
- jobs :
69
-
70
-
71
- mypy :
72
- runs-on : ubuntu-latest
73
-
74
- name : Python ${{ matrix.python_version }} - dist ${{ matrix.dist }}
75
- steps :
76
- - uses : actions/checkout@v1
77
- - name : Setup python
78
- uses : actions/setup-python@v2
79
- with :
80
- python-version : ${{ matrix.python_version }}
81
- architecture : x64
82
- - uses : actions/download-artifact@v2
83
- with :
84
- name : dist
85
- path : dist
86
- - run : pip install -e . mypy
87
- - run : mypy -m
88
-
89
67
dist_check :
90
68
runs-on : ubuntu-latest
91
69
needs : [dist]
You can’t perform that action at this time.
0 commit comments