mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
9 lines
152 B
Plaintext
Executable File
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/ |