mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
release.py: push the commits too
This commit is contained in:
parent
a8fce9be69
commit
9f2d58e47a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue