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"