From: Daniel Roy Greenfeld Date: Fri, 15 Jun 2018 04:31:56 +0000 (-0700) Subject: Prep for 1.4.3 release X-Git-Tag: 1.4.3^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9547f69a1e793ce9ef1c565c1e6a1d8283cde2ef;p=cached-property.git Prep for 1.4.3 release --- 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__))