Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-01 08:22:40 -05:00
parent bdef1b01b5
commit 95f2549068
+4
View File
@@ -66,6 +66,10 @@ class UploadCommand(Command):
self.status('Uploading the package to PyPi via Twine…')
os.system('twine upload dist/*')
self.status('Publishing git tags…')
os.system('git tag v{0}'.format(VERSION))
os.system('git push --tags')
sys.exit()