forked from VimPlug/jedi
Adding a tag should be part of the deployment script.
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eu -o pipefail
|
||||||
|
|
||||||
|
# Create tag
|
||||||
|
git tag $(python -c 'import jedi; print(jedi.__version__)')
|
||||||
|
git push --tags
|
||||||
|
|
||||||
|
# Package and upload to PyPI
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
# Maybe do a pip install twine before.
|
# Maybe do a pip install twine before.
|
||||||
|
|||||||
Reference in New Issue
Block a user