Skip to content

Commit 3a39597

Browse files
committed
Use ssh URL for git releases
1 parent 5f84dfa commit 3a39597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def publish_release(args: argparse.Namespace) -> None:
113113

114114
version = get_message(os.path.join(PACKAGE_PATH, 'VERSION'))
115115

116-
repo_url = 'https://github.com/{}'.format(GITHUB_REPO)
116+
repo_url = 'git@github.com:{}'.format(GITHUB_REPO)
117117
# push release branch to server
118118
git('push', repo_url, RELEASE_BRANCH)
119119
# push tags to server

0 commit comments

Comments
 (0)