diff options
Diffstat (limited to 'stasis.ini')
| -rw-r--r-- | stasis.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,6 +35,15 @@ wheel_builder = manylinux ; When wheel_builder is set to "manylinux", use the following image wheel_builder_manylinux_image = quay.io/pypa/manylinux2014 + +;[indexer] +; (string) Micromamba download URL +; DEFAULT: GitHub or Micromamba's primary website URLs are used +; NOTE: +; - The platform and architecture combination must be handled by the user +;micromamba_download_url = https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-PLAT-ARCH + + [jfrog_cli_download] url = https://releases.jfrog.io/artifactory product = jfrog-cli |
