Add release steps to bump_version script
This commit is contained in:
@@ -177,6 +177,17 @@ def bump_version() -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
print("Done.")
|
print("Done.")
|
||||||
|
print()
|
||||||
|
|
||||||
|
print("Push the new version to GitHub with:")
|
||||||
|
print(" git push && git push --tags")
|
||||||
|
print()
|
||||||
|
|
||||||
|
release_url = "https://github.com/pypa/cibuildwheel/releases/new?" + urllib.parse.urlencode(
|
||||||
|
{"tag": new_version}
|
||||||
|
)
|
||||||
|
print("Then create a release at the URL:")
|
||||||
|
print(f" {release_url}")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user