if [ -z "$GITHUB_ACTIONS" ]; then
    PREFIX="venv/bin/"
else
    PREFIX=""
fi

rm -rf dist
${PREFIX}python3 -m build
