#!/usr/bin/env bash set -euo pipefail echo "Running Python build to verify packaging metadata..." python3 -m build echo "Running tests..." pytest -q echo "Tests completed successfully."