diff --git a/release.py b/release.py index e2235648..f94667b9 100644 --- a/release.py +++ b/release.py @@ -43,7 +43,7 @@ def create_source_tarball(): subprocess.check_output(cmd) def push_to_github(): - cmd = ['git', 'push', 'origin'] + cmd = ['git', 'push', 'origin', 'master'] print(' '.join(cmd)) subprocess.check_output(cmd)