mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +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.
|
# Push to GitHub.
|
||||||
with chdir(BASE):
|
with chdir(BASE):
|
||||||
|
subprocess.check_call(['git', 'push'])
|
||||||
subprocess.check_call(['git', 'push', '--tags'])
|
subprocess.check_call(['git', 'push', '--tags'])
|
||||||
|
|
||||||
# Upload to PyPI.
|
# Upload to PyPI.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue