#!/usr/bin/env bash
set -euo pipefail
# Run unit tests
pytest -q
# Build the package to verify packaging metadata and directory structure
python3 -m build