Adding release workflow (WIP)

This commit is contained in:
James Barnsley
2021-10-25 20:58:18 +13:00
parent 585d5fa0fc
commit 23f0bffe7d
2 changed files with 31 additions and 3 deletions

View File

@ -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