mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
The deploy script should create versions prefixed with v.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
# Create tag
|
# Create tag
|
||||||
git tag $(python -c 'import parso; print(parso.__version__)')
|
git tag v$(python -c 'import parso; print(parso.__version__)')
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
# Package and upload to PyPI
|
# Package and upload to PyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user