#!/bin/sh -e
uv build
uv publish
git push
gh release create
