From 4c09e946d15f62eb6dd78cd7fcb13ec9fd2e72b9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 25 Oct 2019 15:00:47 +0200 Subject: [PATCH] 5.0a73 --- to_pypi.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/to_pypi.sh b/to_pypi.sh index e3ddbe7c..7a431000 100755 --- a/to_pypi.sh +++ b/to_pypi.sh @@ -6,6 +6,7 @@ VERSION=$(python3.7 -m royalnet.version) rm -rf dist python setup.py sdist bdist_wheel twine upload "dist/royalnet-$VERSION"* -hub commit -m "$VERSION" -hub push -hub release create -m "Royalnet $VERSION" "$VERSION" +git add * +git commit -m "$VERSION" +git push +hub release create --message "Royalnet $VERSION" --prerelease "$VERSION"