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