#!/usr/bin/env bash set -euo pipefail echo "Running test suite..." pytest -q echo "Building Python package..." python3 -m build echo "All tests passed."