From 51df8736301a2a2ad63bbdfa4ac8d06b17129c34 Mon Sep 17 00:00:00 2001 From: Dorian Leroy Date: Wed, 28 Jun 2023 17:09:35 +0200 Subject: [PATCH] [misc] clean outdated files --- build-and-test.sh | 6 ------ upload.sh | 1 - 2 files changed, 7 deletions(-) delete mode 100755 build-and-test.sh delete mode 100644 upload.sh diff --git a/build-and-test.sh b/build-and-test.sh deleted file mode 100755 index 6169cf0..0000000 --- a/build-and-test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -rm dist/* -python3 -m build -pip install dist/scihook-0.1.2.tar.gz -python3 -m unittest diff --git a/upload.sh b/upload.sh deleted file mode 100644 index c7dfe63..0000000 --- a/upload.sh +++ /dev/null @@ -1 +0,0 @@ -python3 -m twine upload --repository scihook dist/*.tar.gz