summaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload.sh')
-rw-r--r--upload.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh
index c9e547b..5b2da2e 100644
--- a/upload.sh
+++ b/upload.sh
@@ -25,3 +25,7 @@ twine upload --repository testpypi dist/*
# Then pass __token__ as the username and the token value as password
# https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives
twine upload dist/*
+
+# Clean up
+# Delete the build/, dist/, and websocket_client.egg-info/ directories
+rm -r build dist websocket_client.egg-info