From 1f39950f3a8021c1fadbe291042d4b31f56caa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sat, 28 Dec 2019 16:12:58 +0100 Subject: [PATCH] Add news file explaining the new pip wheel behavior --- news/7517.feature | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 news/7517.feature diff --git a/news/7517.feature b/news/7517.feature new file mode 100644 index 000000000..089fbc387 --- /dev/null +++ b/news/7517.feature @@ -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.