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"