rm -rf ./dist vermin . --eval-annotations --target=3.7 --violations jsonvv/ || exit 1 python -m build twine check dist/* read -p "Confirm publish? (y/n) " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then twine upload dist/* fi