Skip to content

bump version to 0.2.4 #47

bump version to 0.2.4

bump version to 0.2.4 #47

Workflow file for this run

name: tox
on:
- push
- pull_request
jobs:
tox:
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.10']
os: ['ubuntu-latest']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install tox
run: pip install --upgrade tox virtualenv
- name: run tox
run: tox -e py