diff --git a/to_pypi.sh b/to_pypi.sh index 88972182..7a431000 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-$VERSpiION"* +twine upload "dist/royalnet-$VERSION"* git add * git commit -m "$VERSION" git push