implemented the ability to simply run the programm from terminal typing 'music-kraken' when installing with pip

This commit is contained in:
Lars Noack 2022-11-15 13:05:05 +01:00
parent ea45d2f62e
commit 3446a055c1

View File

@ -5,10 +5,10 @@ python3 -m build
echo "uploading............" echo "uploading............"
python3 -m pip install --upgrade twine python3 -m pip install --upgrade twine
# twine upload dist/music_kraken* twine upload dist/music_kraken*
twine upload --repository testpypi dist/music_kraken*
exit # twine upload --repository testpypi dist/music_kraken*
# exit
echo "pushing............" echo "pushing............"
git add . git add .