File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
title : Update uv_build version to ${{ steps.update_script.outputs.version }}
35
35
body : |
36
36
Automated update of uv_build version bounds for uv ${{ steps.update_script.outputs.version }}.
37
-
37
+
38
38
This PR was created automatically by the cron workflow, ping `@konstin` for problems.
39
39
branch : bot/update-uv-build-version
40
40
delete-branch : true
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ def main():
52
52
if github_output := os .environ .get ("GITHUB_OUTPUT" ):
53
53
with open (github_output , "a" ) as f :
54
54
f .write (f"version={ current_release } \n " )
55
- f .write (f "updated=true\n " )
55
+ f .write ("updated=true\n " )
56
56
else :
57
57
print ("Already up-to-date source/shared/build-backend-tabs.rst" )
58
58
if github_output := os .environ .get ("GITHUB_OUTPUT" ):
59
59
with open (github_output , "a" ) as f :
60
- f .write (f "updated=false\n " )
60
+ f .write ("updated=false\n " )
61
61
62
62
63
63
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments