Skip to content

Commit

Permalink
Add news file explaining the new pip wheel behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 28, 2019
1 parent 7c2c584 commit 1f39950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions news/7517.feature
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1f39950

Please sign in to comment.