release.sh 111 B

1234
  1. # Create distribution and publish it to Pypi
  2. rm dist/*
  3. python setup.py sdist --formats=zip
  4. twine upload dist/*