#!/bin/bash

rm -rf dist build *.egg-info src/*.egg-info

uv run python -m build && uv run python -m twine upload --config-file .pypirc --repository pypi dist/*