-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: cliCommand line interface related things (optparse, option grouping etc)Command line interface related things (optparse, option grouping etc)C: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandtype: feature requestRequest for a new featureRequest for a new feature
Description
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.
st-pasha, golf-player, geryogam, canassa, ussserrr and 9 more
Metadata
Metadata
Assignees
Labels
C: cliCommand line interface related things (optparse, option grouping etc)Command line interface related things (optparse, option grouping etc)C: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandtype: feature requestRequest for a new featureRequest for a new feature