#!/bin/bash python3 -m build || exit $? python3 -m twine upload dist/* || exit $? exit 0