#!/usr/bin/env bash
set -euo pipefail
# Run tests and packaging build as a quick quality gate
pytest -q
python3 -m build