File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 61
61
with :
62
62
name : dist-${{ matrix.os }}
63
63
path : wheelhouse/*.whl
64
+ timeout-minutes : 30
64
65
65
66
upload :
66
67
name : Upload
91
92
env :
92
93
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
93
94
run : gh release -R python-websockets/websockets create ${{ github.ref_name }} --notes "See https://websockets.readthedocs.io/en/stable/project/changelog.html for details."
95
+ timeout-minutes : 5
Original file line number Diff line number Diff line change 28
28
run : tox -e coverage
29
29
- name : Run tests with per-module coverage
30
30
run : tox -e maxi_cov
31
+ timeout-minutes : 3
31
32
32
33
quality :
33
34
name : Run code quality checks
45
46
run : tox -e ruff
46
47
- name : Check types statically
47
48
run : tox -e mypy
49
+ timeout-minutes : 1
48
50
49
51
matrix :
50
52
name : Run tests on Python ${{ matrix.python }}
78
80
run : pip install tox
79
81
- name : Run tests
80
82
run : tox -e py
83
+ timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments