Skip to content

pip build command #6041

Open
Open
@pradyunsg

Description

@pradyunsg

Phase 2 from #5407

Allow pip to build packages for distribution - pip build

Some notes in #5407 (comment)


pip now has PEP 517 support and uses build isolation by default on packages with pyproject.toml files -- which means the way pip builds is difficult to reproduce externally in a trivial manner.

The pip build command would use the same code paths as PEP 517 with the sole difference being that it does not install the packages. It's essentially the pip wheel in a PEP 517 world.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: cliCommand line interface related things (optparse, option grouping etc)C: wheelThe wheel format and 'pip wheel' commandtype: feature requestRequest for a new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions