Skip to content

feat(github): upload only .whl and not .tar.gz during release #9

feat(github): upload only .whl and not .tar.gz during release

feat(github): upload only .whl and not .tar.gz during release #9

Workflow file for this run

name: test
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --extra test
- name: Run tests with coverage
run: |
uv run coverage run -m pytest
uv run coverage report
uv run coverage xml