summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dev/build_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 0fdd63a57..e719df869 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -627,7 +627,7 @@ def github_upload(artifacts: List[Artifact], tag: str, gh_token: str) -> None:
for artifact in artifacts:
while True:
- print("Uploading {path}")
+ print(f"Uploading {path}")
assets = [asset for asset in release.assets()
if asset.name == artifact.path.name]