Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 #259

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8

Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 #259

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
testing:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install pytest
python -m pip install .
- name: Test with pytest
run: |
pytest