aboutsummaryrefslogtreecommitdiff
path: root/stasis.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-04-06 12:31:05 -0400
committerGitHub <noreply@github.com>2026-04-06 12:31:05 -0400
commitd01b465eee667e8efa4aa7c3088dc7af18ea2ab2 (patch)
treebf63c1378044c446f62dd20ce956a5a6d5e1973a /stasis.ini
parent83831af6502e68fe6199c29614e2df68ffbca170 (diff)
parentdfe3420de345a7d4c6a529e1c240138ca9852c86 (diff)
downloadstasis-d01b465eee667e8efa4aa7c3088dc7af18ea2ab2.tar.gz
Merge pull request #128 from jhunkeler/manylinuxHEADnextmaster
Manylinux
Diffstat (limited to 'stasis.ini')
-rw-r--r--stasis.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/stasis.ini b/stasis.ini
index 043fcec..4b0d1db 100644
--- a/stasis.ini
+++ b/stasis.ini
@@ -23,6 +23,18 @@ conda_packages =
; (list) Python packages to be installed/overridden in the base environment
;pip_packages =
+; (string) Python wheel builder [Linux only]
+; DEFAULT: system
+; OPTIONS:
+; system = Build using local system toolchain
+; cibuildwheel = Build using cibuildwheel and docker
+; manylinux = Build using manylinux and docker
+wheel_builder = manylinux
+
+; (string) Manylinux image [Linux only]
+; When wheel_builder is set to "manylinux", use the following image
+wheel_builder_manylinux_image = quay.io/pypa/manylinux2014
+
[jfrog_cli_download]
url = https://releases.jfrog.io/artifactory
product = jfrog-cli