Files
jedi/deploy.sh
2017-04-05 20:54:22 +02:00

7 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf dist/
python setup.py sdist bdist_wheel
# Maybe do a pip install twine before.
twine upload dist/*