Skip to content

Commit

Permalink
Make zenodo upload verbose
Browse files Browse the repository at this point in the history
As it was often flaky in the past, we might be able to better debug it
with the verbose log output.
  • Loading branch information
sk1p committed May 16, 2024
1 parent ff2dec6 commit 0067347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def upload_to_zenodo(verbose, parent, token):
with get_archive(tag) as repo_archive:
out = subprocess.check_output([
"python", join(HERE, "zenodo_upload"),
"-v",
"--url=%s" % url,
"--parent=%s" % parent,
"--mask-zenodo-exception",
Expand Down

0 comments on commit 0067347

Please sign in to comment.