1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add news file explaining the new pip wheel behavior

This commit is contained in:
Stéphane Bidoul (ACSONE) 2019-12-28 16:12:58 +01:00
parent 7c2c58442f
commit 1f39950f3a
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

4
news/7517.feature Normal file
View file

@ -0,0 +1,4 @@
The build step of ``pip wheel`` now builds all wheels to a cache first,
then copies them to the wheel directory all at once.
Before, it built them to a temporary direcory and moved
them to the wheel directory one by one.