[llvm] [llvm][release] Add links to automatically built packages (PR #147719)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 03:29:20 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r HEAD~1...HEAD llvm/utils/release/github-upload-release.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- github-upload-release.py 2025-07-11 10:26:41.000000 +0000
+++ github-upload-release.py 2025-07-11 10:28:52.177346 +0000
@@ -136,11 +136,13 @@
)
parser = argparse.ArgumentParser()
parser.add_argument(
- "command", type=str, choices=["create", "upload", "check-permissions", "uncomment_download_links"]
+ "command",
+ type=str,
+ choices=["create", "upload", "check-permissions", "uncomment_download_links"],
)
# All args
parser.add_argument("--token", type=str)
parser.add_argument("--release", type=str)
``````````
</details>
https://github.com/llvm/llvm-project/pull/147719
More information about the llvm-commits
mailing list