summaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-02-25 15:55:07 -0500
committerengn33r <engn33r@users.noreply.github.com>2022-02-25 15:55:07 -0500
commitdb1f2cca25d9ca5c91ad678d04bada730a77ecdf (patch)
treeed100f8708531ac0ee3633e8c6c1ca579209cc66 /upload.sh
parentc123c3c735309863c1a9f086662cf9a3f1c0e649 (diff)
downloadwebsocket-client-db1f2cca25d9ca5c91ad678d04bada730a77ecdf.tar.gz
1.3.1v1.3.1
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