mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 00:04:15 +03:00
Fix push-tag script
This commit is contained in:
parent
40a273245c
commit
78afc696b2
|
@ -12,5 +12,7 @@ version=$(grep "__version__ = " spacy/about.py)
|
|||
version=${version/__version__ = }
|
||||
version=${version/\'/}
|
||||
version=${version/\'/}
|
||||
version=${version/\"/}
|
||||
version=${version/\"/}
|
||||
git tag "v$version"
|
||||
git push origin --tags
|
||||
|
|
Loading…
Reference in New Issue
Block a user