Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.14 #183

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.14

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.14 #183

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
branches: [main]
jobs:
unit-tests:
name: unit-tests ${{ matrix.python-version }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -r requirements-dev.txt
- run: pytest tests/unit