mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add commang to push to master to the 'publish' task.
This commit is contained in:
parent
dd5a6be171
commit
4d49d19cfe
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -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
Block a user