diff --git a/push b/push deleted file mode 100755 index 889377a..0000000 --- a/push +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - - -REPO="gitea" - - - -python3 -m pip install --upgrade twine - - -python3 -m twine upload --repository $REPO dist/* \ No newline at end of file