Skip to content

docs: Note that tests are unit-only, no integration tests yet #1

docs: Note that tests are unit-only, no integration tests yet

docs: Note that tests are unit-only, no integration tests yet #1

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- run: uv build --wheel
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: softprops/action-gh-release@v2
with:
files: "dist/*"
generate_release_notes: true