We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f84dfa commit 3a39597Copy full SHA for 3a39597
scripts/release.py
@@ -113,7 +113,7 @@ def publish_release(args: argparse.Namespace) -> None:
113
114
version = get_message(os.path.join(PACKAGE_PATH, 'VERSION'))
115
116
- repo_url = 'https://github.com/{}'.format(GITHUB_REPO)
+ repo_url = 'git@github.com:{}'.format(GITHUB_REPO)
117
# push release branch to server
118
git('push', repo_url, RELEASE_BRANCH)
119
# push tags to server
0 commit comments