From 29912d1b63755e22fc75548c9565e9a7d702400b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 26 May 2018 08:36:02 -0400 Subject: [PATCH] Update release script --- script/release | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script/release b/script/release index 888550df4e..25ee5d500b 100755 --- a/script/release +++ b/script/release @@ -10,6 +10,8 @@ cd "$(dirname "$0")/.." yarn install script/build_frontend -python3 setup.py sdist -python3 -m twine upload dist/* --skip-existing + +rm -rf dist +python3 setup.py sdist +python3 -m twine upload dist/*