#!/usr/bin/env bash set -euo pipefail echo "=== Running Python tests ===" pytest -q echo "=== Building package (verification) ===" python3 -m build echo "All tests passed and packaging verified."