From 53c17ce7abab02b2d509978909352ecb0f0b9f19 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 12 Jun 2018 03:52:48 -0400 Subject: [PATCH] No need to copy .pypirc just to build a package. Signed-off-by: Roberto Rosario --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 11af9be427..bde396c948 100644 --- a/Makefile +++ b/Makefile @@ -312,7 +312,6 @@ build: apk update && \ apk add make && \ pip install -r requirements/build.txt && \ - cp -r /host_home/.pypirc ~/.pypirc && \ make wheel && \ cp dist/* /host_source/dist/"