From 5dae82b37d9c0509c1a365150463532bb9ed9613 Mon Sep 17 00:00:00 2001 From: Douglas Paz Date: Fri, 30 Nov 2018 16:03:29 -0300 Subject: [PATCH] Update sdist task --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e7c84af..f1cf6bd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ sdist: + rm -rf dist/* pipenv run python setup.py sdist bdist_wheel install: