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