Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <[email protected]>
  • Loading branch information
kennethreitz committed Mar 1, 2018
1 parent bdef1b0 commit 95f2549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ def run(self):
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()


Expand Down

0 comments on commit 95f2549

Please sign in to comment.