mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Remove wheel and pex files in fab clean
This commit is contained in:
parent
53b3249e06
commit
fbb67b1b4b
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -75,6 +75,8 @@ def pex():
|
|||
|
||||
def clean():
|
||||
with lcd(path.dirname(__file__)):
|
||||
local('rm -f dist/*.whl')
|
||||
local('rm -f dist/*.pex')
|
||||
with virtualenv(VENV_DIR) as venv_local:
|
||||
venv_local('python setup.py clean --all')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user