Skip to content

Remove codecov and fix readthedocs. #5

Remove codecov and fix readthedocs.

Remove codecov and fix readthedocs. #5

Workflow file for this run

name: Release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
name: "Upload to PyPI"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "astral-sh/setup-uv@v5"
- name: "Build and publish"
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: "uv publish"