Improve version push command

This commit is contained in:
Joe Rickerby
2024-03-11 21:24:21 +00:00
parent 8d945475ac
commit 90c14a333f
+1 -1
View File
@@ -181,7 +181,7 @@ def bump_version() -> None:
print()
print("Push the new version to GitHub with:")
print(" git push && git push --tags")
print(f" git push && git push origin v{new_version}")
print()
release_url = "https://github.com/pypa/cibuildwheel/releases/new?" + urllib.parse.urlencode(