#!/usr/bin/env bash set -euo pipefail echo "Running build to verify packaging..." python3 -m build --wheel --no-isolation echo "Running tests..." pytest -q echo "All tests passed."