We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d9cb4 commit 54e6449Copy full SHA for 54e6449
portable-python.yml
@@ -34,6 +34,12 @@ cpython-additional-packages:
34
# zlib-url: https://my-zlib-mirror/zlib-$version.tar.gz
35
# zlib-http-headers:
36
# - 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
43
44
# Uncomment to override the ./configure arguments for a dependency
45
# Note: this will replace the default arguments, not extend them
0 commit comments