#!/usr/bin/env bash set -euo pipefail echo "Running unit tests..." pytest -q echo "Building package (sdist + wheel)..." python3 -m build echo "All done."