From bbcf75ba17305eeb3aa00beda2d57a176baf2957 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 5 Mar 2026 12:39:32 -0500 Subject: Add wheel_builder to default configuration --- stasis.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'stasis.ini') 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 -- cgit