Skip to content

Commit

Permalink
Update releaes.py for people with different remote names (#9934)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Nov 28, 2023
1 parent 579a725 commit 66cac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def release(version: str) -> None:

# Tag and push the tag (this will trigger the wheel builder in Actions)
run("git", "tag", "-s", version, "-m", f"{version} release")
run("git", "push", "--tags")
run("git", "push", "--tags", "[email protected]:pyca/cryptography.git")


def replace_version(
Expand Down

0 comments on commit 66cac36

Please sign in to comment.