mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
fix wheel build/test
This commit is contained in:
parent
304e27624f
commit
d3a65ef261
|
@ -9,9 +9,9 @@
|
||||||
"python -m spacy.en.download --force"
|
"python -m spacy.en.download --force"
|
||||||
],
|
],
|
||||||
"wheel": [
|
"wheel": [
|
||||||
"python untar.py source.tar.gz src",
|
"python untar.py source.tar.gz .",
|
||||||
"python src/setup.py bdist_wheel",
|
"python setup.py bdist_wheel",
|
||||||
"python cpdist.py src/dist",
|
"python cpdist.py dist",
|
||||||
"python -m spacy.en.download --force"
|
"python -m spacy.en.download --force"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user