#!/usr/bin/env bash
set -euo pipefail
printf "Running tests...\n"
pytest -q
printf "Building package...\n"
python3 -m build