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 6161 with :
6262 name : dist-${{ matrix.os }}
6363 path : wheelhouse/*.whl
64+ timeout-minutes : 30
6465
6566 upload :
6667 name : Upload
9192 env :
9293 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9394 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 2828 run : tox -e coverage
2929 - name : Run tests with per-module coverage
3030 run : tox -e maxi_cov
31+ timeout-minutes : 3
3132
3233 quality :
3334 name : Run code quality checks
4546 run : tox -e ruff
4647 - name : Check types statically
4748 run : tox -e mypy
49+ timeout-minutes : 1
4850
4951 matrix :
5052 name : Run tests on Python ${{ matrix.python }}
7880 run : pip install tox
7981 - name : Run tests
8082 run : tox -e py
83+ timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments