summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 264a4c3..f6beb88 100644
--- a/release.py
+++ b/release.py
@@ -75,7 +75,7 @@ def upload_distribution_files():
def push_to_github():
- run_step("git", "push", "origin", "master")
+ run_step("git", "push", "origin", "main")
def push_tags_to_github():