#!/usr/bin/env bash set -euo pipefail echo "Running tests..." pytest -q echo "Building package..." python -m build echo "All tests and build succeeded."