From 657544a381ac2e9d40bd439514249b6a1c75d4cc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 20 Jan 2019 17:31:09 -0800 Subject: [PATCH] Clean up build artifacts correctly --- script/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release b/script/release index cf4f808377e..4dc94eb7f15 100755 --- a/script/release +++ b/script/release @@ -27,6 +27,6 @@ then exit 1 fi -rm -rf dist +rm -rf dist build python3 setup.py sdist bdist_wheel python3 -m twine upload dist/* --skip-existing