mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Remove the old deploy script.
This commit is contained in:
13
deploy.sh
13
deploy.sh
@@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -eu -o pipefail
|
|
||||||
|
|
||||||
# Create tag
|
|
||||||
git tag v$(python -c 'import jedi; print(jedi.__version__)')
|
|
||||||
git push --tags
|
|
||||||
|
|
||||||
# Package and upload to PyPI
|
|
||||||
rm -rf dist/
|
|
||||||
python setup.py sdist bdist_wheel
|
|
||||||
# Maybe do a pip install twine before.
|
|
||||||
twine upload dist/*
|
|
||||||
Reference in New Issue
Block a user