diff --git a/requirements.txt b/requirements.txt index f1deadc6..7842e1bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,3 +42,4 @@ websockets==8.0.2 Werkzeug==0.16.0 yarl==1.3.0 youtube-dl==2019.10.16 +riotwatcher==2.7.1 diff --git a/to_pypi.sh b/to_pypi.sh index 7a431000..88972182 100755 --- a/to_pypi.sh +++ b/to_pypi.sh @@ -5,7 +5,7 @@ VERSION=$(python3.7 -m royalnet.version) rm -rf dist python setup.py sdist bdist_wheel -twine upload "dist/royalnet-$VERSION"* +twine upload "dist/royalnet-$VERSpiION"* git add * git commit -m "$VERSION" git push