mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python setup.py sdist bdist_wheel
|
|
# Maybe do a pip install twine before.
|
|
twine upload dist/*
|