Skip to content

Commit 90c14a3

Browse files
committed
Improve version push command
1 parent 8d94547 commit 90c14a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def bump_version() -> None:
181181
print()
182182

183183
print("Push the new version to GitHub with:")
184-
print(" git push && git push --tags")
184+
print(f" git push && git push origin v{new_version}")
185185
print()
186186

187187
release_url = "https://github.com/pypa/cibuildwheel/releases/new?" + urllib.parse.urlencode(

0 commit comments

Comments
 (0)