#!/usr/bin/env bash
set -euo pipefail
# Run Python tests
pytest -q
# Build the package (verifies packaging metadata and structure)
python3 -m build