From d324680a2858e792559b406c2c4acd638d8b616e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 11 Nov 2019 09:28:05 +0100 Subject: [PATCH] Da quanto c'era quel "pi"? --- to_pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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