Skip to content

Bump version to v0.9.28 and release #80

Bump version to v0.9.28 and release

Bump version to v0.9.28 and release #80

Workflow file for this run

name: Python package
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.12, 3.13]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
run: |
pipx install uv
- name: Run tests
run: python run tests