build_release: print artifacts if not releasing
This commit is contained in:
parent
6e226c6885
commit
e766cf5ed1
@ -377,6 +377,11 @@ def main():
|
|||||||
github_upload(artifacts, args.upload[0])
|
github_upload(artifacts, args.upload[0])
|
||||||
if upload_to_pypi:
|
if upload_to_pypi:
|
||||||
pypi_upload(artifacts)
|
pypi_upload(artifacts)
|
||||||
|
else:
|
||||||
|
print()
|
||||||
|
scriptutils.print_title("Artifacts")
|
||||||
|
for artifact in artifacts:
|
||||||
|
print(artifact)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user