Files
django-stubs/release.xsh
Maxim Kurnikov 70050f28b9 drop --universal
2019-03-26 03:23:25 +03:00

9 lines
152 B
Plaintext
Executable File

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