Skip to content

Commit

Permalink
release.py: push the commits too
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 24, 2015
1 parent a8fce9b commit 9f2d58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def publish():

# Push to GitHub.
with chdir(BASE):
subprocess.check_call(['git', 'push'])
subprocess.check_call(['git', 'push', '--tags'])

# Upload to PyPI.
Expand Down

0 comments on commit 9f2d58e

Please sign in to comment.