mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-17 22:09:45 +08:00
fix setup.py definition
This commit is contained in:
+7
-2
@@ -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/
|
||||
Reference in New Issue
Block a user