File tree Expand file tree Collapse file tree 8 files changed +49
-195
lines changed
Expand file tree Collapse file tree 8 files changed +49
-195
lines changed Original file line number Diff line number Diff line change 1+ name : check version
2+ on :
3+ pull_request :
4+ paths-ignore :
5+ - README.md
6+ branches :
7+ - master
8+ jobs :
9+ check-version :
10+ uses : QualiSystems/.github/.github/workflows/package-check-version.yml@master
Original file line number Diff line number Diff line change 1+ name : deploy package
2+ on :
3+ release :
4+ types : [ published ]
5+ jobs :
6+ tox-ci :
7+ uses : QualiSystems/.github/.github/workflows/package-tox-py-37-39.yml@master
8+ pypi-deploy :
9+ needs : tox-ci
10+ uses : QualiSystems/.github/.github/workflows/package-deploy-pypi.yml@master
11+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : github release
2+ on :
3+ push :
4+ paths-ignore :
5+ - README.md
6+ branches :
7+ - master
8+ jobs :
9+ tox-ci :
10+ uses : QualiSystems/.github/.github/workflows/package-tox-py-37-39.yml@master
11+ pypi-deploy :
12+ needs : tox-ci
13+ uses : QualiSystems/.github/.github/workflows/package-github-release.yml@master
Original file line number Diff line number Diff line change 1+ name : package CI
2+ on :
3+ push :
4+ paths-ignore :
5+ - README.md
6+ branches-ignore :
7+ - master
8+ jobs :
9+ tox-ci :
10+ uses : QualiSystems/.github/.github/workflows/package-tox-py-37-39.yml@master
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/timothycrosley/isort
3- rev : 5.10.1
3+ rev : 5.12.0
44 hooks :
55 - id : isort
66 - repo : https://github.com/python/black
7- rev : 22.3 .0
7+ rev : 22.12 .0
88 hooks :
99 - id : black
1010 - repo : https://github.com/pycqa/flake8
11- rev : 4 .0.1
11+ rev : 5 .0.4
1212 hooks :
1313 - id : flake8
1414 additional_dependencies : [
1717 flake8-comprehensions,
1818 flake8-print,
1919 flake8-eradicate,
20- ]
20+ ]
Original file line number Diff line number Diff line change 2323 TEMPLATES_YML ,
2424)
2525
26-
2726REQUEST_TIMEOUT = 15
2827
2928
Original file line number Diff line number Diff line change 44# and then run "tox" from this directory.
55[tox]
66envlist =
7- py{37}-{master}
7+ py{37,39 }-{master}
88 pre-commit
99 build
1010distshare = dist
You can’t perform that action at this time.
0 commit comments