@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-conda activate python-string-similarity
-python3 setup.py sdist bdist_wheel
-twine upload dist/*
-rm -rf build
-rm -rf dist
-rm -rf *.egg-info
-twine upload --repository-url https://test.pypi.org/legacy/ dist/*