upload.sh 142 B

12345678910
  1. #!/usr/bin/env bash
  2. conda activate strsim
  3. python3 setup.py sdist bdist_wheel
  4. twine upload dist/*
  5. rm -rf build
  6. rm -rf dist
  7. rm -rf *.egg-info