fix setup.py definition

This commit is contained in:
Maxim Kurnikov
2019-02-15 20:03:55 +03:00
parent 4cb10390cf
commit dc33dd9493
2 changed files with 13 additions and 6 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
#!/usr/local/bin/xonsh
python setup.py sdist
twine upload dist/*
try:
pip install wheel
python setup.py sdist bdist_wheel --universal
twine upload dist/*
finally:
rm -rf dist/ build/