#!/usr/bin/env bash

set -eux
mkdir -p dist
rm -rf dist/*
uv build
uv publish --token="$PYPI_TOKEN"
