upload_test.sh 207 B

12345678910
  1. #!/usr/bin/env bash
  2. conda activate python-string-similarity
  3. python3 setup.py sdist bdist_wheel
  4. twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  5. rm -rf build
  6. rm -rf dist
  7. rm -rf *.egg-info