build in non-interactive mode while publishing
This commit is contained in:
parent
9cef714078
commit
e5be31ee14
@ -76,9 +76,9 @@ def run_build(args: Any) -> None:
|
|||||||
|
|
||||||
for x in ('64', '32', 'arm64'):
|
for x in ('64', '32', 'arm64'):
|
||||||
prefix = f'python ../bypy linux --arch {x} '
|
prefix = f'python ../bypy linux --arch {x} '
|
||||||
run_with_retry(prefix + 'program')
|
run_with_retry(prefix + 'program --non-interactive')
|
||||||
call(prefix + 'shutdown', echo=True)
|
call(prefix + 'shutdown', echo=True)
|
||||||
run_with_retry('python ../bypy macos program --sign-installers --notarize')
|
run_with_retry('python ../bypy macos program --sign-installers --notarize --non-interactive')
|
||||||
call('python ../bypy macos shutdown', echo=True)
|
call('python ../bypy macos shutdown', echo=True)
|
||||||
call('./setup.py build-static-binaries')
|
call('./setup.py build-static-binaries')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user