mirror of https://github.com/explosion/spaCy.git
Fix sdist for fabfile
This commit is contained in:
parent
91978a4de0
commit
377008bae2
|
@ -68,8 +68,8 @@ def make():
|
||||||
def sdist():
|
def sdist():
|
||||||
with virtualenv(VENV_DIR) as venv_local:
|
with virtualenv(VENV_DIR) as venv_local:
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
local("python -m pip install -U setuptools srsly")
|
venv_local("python -m pip install -U setuptools srsly")
|
||||||
local("python setup.py sdist")
|
venv_local("python setup.py sdist")
|
||||||
|
|
||||||
|
|
||||||
def wheel():
|
def wheel():
|
||||||
|
|
Loading…
Reference in New Issue