pixi build#
About#
Workspace configuration
Usage#
Options#
- 
--target-platform (-t) <TARGET_PLATFORM>- The target platform to build for (defaults to the current platform)
default:current_platform 
 - 
--output-dir (-o) <OUTPUT_DIR>- The output directory to place the built artifacts
default:. 
 - 
--build-dir (-b) <BUILD_DIR>- The directory to use for incremental builds artifacts
 
 - 
--clean (-c)- Whether to clean the build directory before building
 
 
Config Options#
- 
--tls-no-verify- Do not verify the TLS certificate of the server
 
 - 
--auth-file <AUTH_FILE>- Path to the file containing the authentication token
 
 - 
--pypi-keyring-provider <PYPI_KEYRING_PROVIDER>- Specifies whether to use the keyring to look up credentials for PyPI
options:disabled,subprocess 
 - 
--concurrent-solves <CONCURRENT_SOLVES>- Max concurrent solves, default is the number of CPUs
 
 - 
--concurrent-downloads <CONCURRENT_DOWNLOADS>- Max concurrent network requests, default is 
50 
 
Global Options#
- 
--manifest-path <MANIFEST_PATH>- The path to 
pixi.toml,pyproject.toml, or the workspace directory