From 40abc68fd708005924b6457c9170ab99ec14fa5d Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Fri, 6 Mar 2020 11:14:46 -0600 Subject: [PATCH] Update publish make task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38cc93e..90bd027 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,6 @@ test: tox publish: + rm -fr build dist python setup.py sdist bdist_wheel twine upload dist/* - rm -fr build dist