1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Da quanto c'era quel "pi"?

This commit is contained in:
Steffo 2019-11-11 09:28:05 +01:00
parent 58b37f478c
commit d324680a28

View file

@ -5,7 +5,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-$VERSpiION"* twine upload "dist/royalnet-$VERSION"*
git add * git add *
git commit -m "$VERSION" git commit -m "$VERSION"
git push git push