Skip to content

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.13.0 in /.github/workflows #31

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.13.0 in /.github/workflows

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.13.0 in /.github/workflows #31

Workflow file for this run

name: Type validation
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.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 }} mypy
run: tox -e mypy