#!/usr/bin/env bash set -euo pipefail echo "Running tests..." pytest -q echo "Building package metadata..." python3 -m build echo "All done."