Skip to content

Commit

Permalink
Add upload processing
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 20, 2018
1 parent ab5b6cf commit e35ec79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def run(self):

os.system("git tag {}".format(tag))
os.system("git push --tags")
os.system("twine upload dist/*")


with open(os.path.join(MODULE_NAME, "__version__.py")) as f:
Expand Down

0 comments on commit e35ec79

Please sign in to comment.