#!/bin/bash REPO="gitea" python3 -m pip install --upgrade twine python3 -m twine upload --repository $REPO dist/*