#!/bin/sh set -e cd "$(dirname "$(realpath "$0")")" ./clean.sh ./build.sh source venv/bin/activate python -m twine upload dist/*