pub fn package_python(
config: &ResolvedCrateConfig,
target: &RustTarget,
workspace_root: &Path,
output_dir: &Path,
version: &str,
) -> Result<Vec<PackageArtifact>>Expand description
Package Python wheels and/or sdist.
Produces one or more artifacts:
{name}-{version}-*.whl— platform wheel(s) fromtarget/wheels/{name}-{version}.tar.gz— sdist (whensdist = true)
The wheel and sdist flags default to true when None.