From c597badb39dbc57f0695affc606f6f2da6d3af28 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 11 Nov 2019 10:00:58 +0100 Subject: [PATCH] 5.0a92 --- to_pypi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/to_pypi.sh b/to_pypi.sh index 7a431000..84b92cc8 100755 --- a/to_pypi.sh +++ b/to_pypi.sh @@ -1,12 +1,12 @@ #!/bin/bash # Royalnet must be installed with `develop` -VERSION=$(python3.7 -m royalnet.version) +VERSION=$(python3.7 -m royalpack.version) rm -rf dist python setup.py sdist bdist_wheel -twine upload "dist/royalnet-$VERSION"* +twine upload "dist/royalpack-$VERSION"* git add * git commit -m "$VERSION" git push -hub release create --message "Royalnet $VERSION" --prerelease "$VERSION" +hub release create --message "Version $VERSION" --prerelease "$VERSION"