Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Removed deploy instructions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinliuterovich committed Oct 30, 2017
1 parent 0a63385 commit c47d17b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ def generate_version():
push = raw_input('Do you want to push it to origin? YES/no: ')

if (push or 'YES').lower() == 'yes':
deploy = raw_input('Do you want to deploy it to pypi? YES/no: ')

subprocess.check_output(["git", 'push'])
subprocess.check_output(["git", 'push', '--tags'])

if (deploy or 'YES').lower() == 'yes':
subprocess.check_output(["python", 'setup.py',])
else:
print 'Push it to origin with "git push --tags"'

Expand Down

0 comments on commit c47d17b

Please sign in to comment.