#!/usr/bin/env bash conda activate strsim python3 setup.py sdist bdist_wheel twine upload dist/* rm -rf build rm -rf dist rm -rf *.egg-info