From 9547f69a1e793ce9ef1c565c1e6a1d8283cde2ef Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Thu, 14 Jun 2018 21:31:56 -0700 Subject: [PATCH] Prep for 1.4.3 release --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index aaa3279..c27803b 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ readme = read("README.rst") history = read("HISTORY.rst").replace(".. :changelog:", "") if sys.argv[-1] == "publish": + os.system("rm -rf dist") os.system("python setup.py sdist bdist_wheel") os.system("twine upload dist/*") os.system("git tag -a %s -m 'version %s'" % (__version__, __version__)) -- 2.30.2