mirror of https://github.com/explosion/spaCy.git
* Add commang to push to master to the 'publish' task.
This commit is contained in:
parent
dd5a6be171
commit
4d49d19cfe
|
@ -33,6 +33,7 @@ def publish():
|
|||
with virtualenv(VENV_DIR):
|
||||
local('python setup.py register')
|
||||
local('twine upload dist/*.tar.gz')
|
||||
local('git push origin master')
|
||||
|
||||
|
||||
def setup():
|
||||
|
|
Loading…
Reference in New Issue