#!/usr/bin/env bash set -euo pipefail echo "Running pytest..." pytest -q echo "Building package to verify pyproject metadata..." python3 -m build echo "All checks passed."