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