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 3434 title : Update uv_build version to ${{ steps.update_script.outputs.version }}
3535 body : |
3636 Automated update of uv_build version bounds for uv ${{ steps.update_script.outputs.version }}.
37-
37+
3838 This PR was created automatically by the cron workflow, ping `@konstin` for problems.
3939 branch : bot/update-uv-build-version
4040 delete-branch : true
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ def main():
5252 if github_output := os .environ .get ("GITHUB_OUTPUT" ):
5353 with open (github_output , "a" ) as f :
5454 f .write (f"version={ current_release } \n " )
55- f .write (f "updated=true\n " )
55+ f .write ("updated=true\n " )
5656 else :
5757 print ("Already up-to-date source/shared/build-backend-tabs.rst" )
5858 if github_output := os .environ .get ("GITHUB_OUTPUT" ):
5959 with open (github_output , "a" ) as f :
60- f .write (f "updated=false\n " )
60+ f .write ("updated=false\n " )
6161
6262
6363if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments