From 7ab8da8dcd58c8b3d01da252dabec566657bef21 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Sat, 26 Oct 2024 01:35:40 -0700 Subject: [PATCH] bs commit to fix an issue with actions caused by an issue with the server --- push | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 push 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