publish-release 194 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. set -u
  4. ver=$(git describe --exact-match | tr -d v)
  5. python setup.py sdist bdist_wheel
  6. twine upload -s dist/larigira-${ver}*.whl
  7. twine upload -s dist/larigira-${ver}*.tar.gz