#!/bin/sh -e

set -x

uv build
uv run twine check dist/*
uv run mkdocs build
