1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-10-25 15:00:47 +02:00
parent 78e61b45a5
commit 4c09e946d1

View file

@ -6,6 +6,7 @@ VERSION=$(python3.7 -m royalnet.version)
rm -rf dist rm -rf dist
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload "dist/royalnet-$VERSION"* twine upload "dist/royalnet-$VERSION"*
hub commit -m "$VERSION" git add *
hub push git commit -m "$VERSION"
hub release create -m "Royalnet $VERSION" "$VERSION" git push
hub release create --message "Royalnet $VERSION" --prerelease "$VERSION"