Skip to main content

jnc build

Builds a conda package from the workspace. This uses the build configuration defined in pixi.toml to produce a .conda package file that can be uploaded to a channel or installed elsewhere.

Usage

jnc build [OPTIONS]

Options

OptionShortDescription
--output-dirDirectory to place the built package (defaults to current directory)
--manifest-path-mPath to pixi.toml or pyproject.toml

Examples

# Build a package in the current directory
jnc build

# Build and place the output in a specific directory
jnc build --output-dir ./dist

# Build using a specific manifest
jnc build --manifest-path /path/to/pixi.toml