mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
9 lines
158 B
Plaintext
Executable File
9 lines
158 B
Plaintext
Executable File
#!/usr/local/bin/xonsh
|
|
|
|
try:
|
|
pip install wheel
|
|
python setup.py sdist bdist_wheel --universal
|
|
twine upload dist/*
|
|
|
|
finally:
|
|
rm -rf dist/ build/ |