Skip to content

- remove Python 3.6 and 3.7 from the testing matrix #126

- remove Python 3.6 and 3.7 from the testing matrix

- remove Python 3.6 and 3.7 from the testing matrix #126

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
check-readme:
name: Ensure that the README file is valid on PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install twine
python setup.py sdist
twine check dist/*