remove "pip wheel --unpack-only" and add "pip wheel --no-clean" #951
Labels
auto-locked
Outdated issues that have been locked by automation
C: wheel
The wheel format and 'pip wheel' command
Milestone
"--unpack-only" is an oddity that I can't seem to justify anymore?
(#906 in v1.5 will add a more general "pip unpack")
"--no-clean" was added to "pip install" recently, and "pip wheel" should have that option too.
(along with build cleanup in a finally block when fatal exceptions occur)
The text was updated successfully, but these errors were encountered: