#!/bin/bash

set -euo pipefail


rm -rf dist
flit build
twine upload --repository=htpy dist/*
