We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53751 commit d02366fCopy full SHA for d02366f
1 file changed
bin/bump_version.py
@@ -184,7 +184,7 @@ def bump_version() -> None:
184
print()
185
186
release_url = "https://github.com/pypa/cibuildwheel/releases/new?" + urllib.parse.urlencode(
187
- {"tag": new_version}
+ {"tag": f"v{new_version}"}
188
)
189
print("Then create a release at the URL:")
190
print(f" {release_url}")
0 commit comments