From ca8474471eff5cbcd2fc30c3ad08d0a02b6ca8de Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Wed, 19 Jun 2019 18:36:00 +0200 Subject: [PATCH] [fix] #98 fix build not updated if setup.py updated --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10d29972..f06e95ba 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,9 @@ format: black tests black examples -# build a whell package in dist folder +# build a wheel package in dist folder build: + rm -r build/* dist/* python setup.py sdist bdist_wheel # upload on PyPi repository -- GitLab