mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
make sure that we don't have build race conditions
This commit is contained in:
parent
c07e4be678
commit
925c206249
2
rtool.py
2
rtool.py
@ -423,6 +423,8 @@ def wizard(ctx, next_version, username, password, repository):
|
||||
username=username, password=password, repository=repository
|
||||
)
|
||||
|
||||
click.confirm("Now please wait until CI has built binaries. Finished?")
|
||||
|
||||
# version bump commit
|
||||
ctx.invoke(set_version, version=next_version)
|
||||
ctx.invoke(
|
||||
|
Loading…
Reference in New Issue
Block a user