diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-05 12:39:32 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-05 12:39:32 -0500 |
| commit | bbcf75ba17305eeb3aa00beda2d57a176baf2957 (patch) | |
| tree | 0e513b01dd8c8b216ee5b8e06e64aae7707b09fb /stasis.ini | |
| parent | 039c1c3e231b975d57fdc2e24105dbbbe54a513c (diff) | |
| download | stasis-bbcf75ba17305eeb3aa00beda2d57a176baf2957.tar.gz | |
Add wheel_builder to default configuration
Diffstat (limited to 'stasis.ini')
| -rw-r--r-- | stasis.ini | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
