From 78876969226db7e03651fc97c68519b45eb94830 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Sat, 6 Jun 2020 19:30:40 -0400 Subject: [PATCH] Add note to remove dist folder --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf92c5e..0d5743b 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ long_description = README, long_description_content_type = "text/markdown" ) + # To publish package run: -# $ python setup.py build check sdist bdist_wheel -# $ twine upload --verbose dist/* +# $ rm -rf dist #Delete all previous build that you might not want to upload +# $ python setup.py build check sdist bdist_wheel #Build +# $ twine upload --verbose dist/* #Upload