Files
django-stubs/release.xsh
2019-02-25 04:01:36 +03:00

9 lines
164 B
Plaintext
Executable File

#!/usr/local/bin/xonsh
try:
pip install wheel twine
python setup.py sdist bdist_wheel --universal
twine upload dist/*
finally:
rm -rf dist/ build/