Github Actions: Update CI condition

- check mypy and lint tool on python 3.9
- Install check on python 3.10
- Publish to pypi on python 3.10
- Tox test on python 3.8, 3.10, 3.11

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2022-11-17 11:53:15 +09:00
parent 88e932cc96
commit a5bc8a688f
4 changed files with 8 additions and 8 deletions

View File

@@ -20,10 +20,10 @@ jobs:
fetch-depth: 50
- name: Fetch release tag
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9🐍
- name: Set up Python 3.10🐍
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install build and twine
run: python -m pip install build twine --user
- name: Build release assets