Skip to content

Bump pypa/gh-action-pypi-publish in /.github/workflows #43

Bump pypa/gh-action-pypi-publish in /.github/workflows

Bump pypa/gh-action-pypi-publish in /.github/workflows #43

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', 'pypy3.7']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
run: python -m pip install tox
- name: Run ${{ matrix.python-version }} tox
run: tox -e py