implemented the ability to simply run the programm from terminal typing 'music-kraken' when installing with pip
This commit is contained in:
parent
ea45d2f62e
commit
3446a055c1
6
build.sh
6
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 .
|
||||
|
Loading…
Reference in New Issue
Block a user