Adding release workflow (WIP)
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
||||
- name: "Test: Python 3.7"
|
||||
python: "3.7"
|
||||
tox: py37
|
||||
coverage: true
|
||||
- name: "Test: Python 3.8"
|
||||
python: "3.8"
|
||||
tox: py38
|
||||
- name: "Test: Python 3.9"
|
||||
python: "3.9"
|
||||
tox: py39
|
||||
coverage: true
|
||||
- name: "Lint: check-manifest"
|
||||
python: "3.9"
|
||||
tox: check-manifest
|
||||
|
||||
Reference in New Issue
Block a user