#!/usr/bin/env bash
set -euo pipefail
echo "Running Python build and tests..."
python3 -m build
pytest -q