Skip to content

Commit 3b7e039

Browse files
committed
github-upload-release.py: add inline script dependencies
Signed-off-by: Ryan Mast <[email protected]>
1 parent 9626c90 commit 3b7e039

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.8"
4+
# dependencies = [
5+
# "PyGithub==2.8.1",
6+
# ]
7+
# ///
28
# ===-- github-upload-release.py ------------------------------------------===#
39
#
410
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)