From 3446a055c1b7238b147a053413503fdb41fcd9e4 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 15 Nov 2022 13:05:05 +0100 Subject: [PATCH] implemented the ability to simply run the programm from terminal typing 'music-kraken' when installing with pip --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 300363b..ae8ede6 100644 --- a/build.sh +++ b/build.sh @@ -5,10 +5,10 @@ python3 -m build echo "uploading............" python3 -m pip install --upgrade twine -# twine upload dist/music_kraken* -twine upload --repository testpypi dist/music_kraken* +twine upload dist/music_kraken* -exit +# twine upload --repository testpypi dist/music_kraken* +# exit echo "pushing............" git add .