mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
5.0a92
This commit is contained in:
parent
3058a53934
commit
c597badb39
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Royalnet must be installed with `develop`
|
# Royalnet must be installed with `develop`
|
||||||
VERSION=$(python3.7 -m royalnet.version)
|
VERSION=$(python3.7 -m royalpack.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/royalpack-$VERSION"*
|
||||||
git add *
|
git add *
|
||||||
git commit -m "$VERSION"
|
git commit -m "$VERSION"
|
||||||
git push
|
git push
|
||||||
hub release create --message "Royalnet $VERSION" --prerelease "$VERSION"
|
hub release create --message "Version $VERSION" --prerelease "$VERSION"
|
||||||
|
|
Loading…
Reference in a new issue