Skip to content

Commit 54e6449

Browse files
author
jwiltse
committed
Add config/comment with example of using github release artifact instead of
1 parent 42d9cb4 commit 54e6449

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

portable-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ cpython-additional-packages:
3434
# zlib-url: https://my-zlib-mirror/zlib-$version.tar.gz
3535
# zlib-http-headers:
3636
# - Authorization: Bearer ${GITHUB_TOKEN}
37+
#
38+
# The .tar.gz in projects public releases has additional files not present the tarball of the git tag
39+
# uuid-url: https://my-github-enterprise/api/v3/repos/opensource/libuuid/releases/assets/48151
40+
# uuid-http-headers:
41+
# - Authorization: Bearer ${GITHUB_TOKEN}
42+
# Accept: application/octet-stream
3743

3844
# Uncomment to override the ./configure arguments for a dependency
3945
# Note: this will replace the default arguments, not extend them

0 commit comments

Comments
 (0)