mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
5.0a73
This commit is contained in:
parent
78e61b45a5
commit
4c09e946d1
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue