File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1+ build_docs :
2+ # inspired by https://github.com/pytorch/botorch/blob/master/scripts/build_docs.sh
3+ # usage: poetry run bash scripts/build_docs.sh
4+ jupyter nbconvert --to markdown --execute README.ipynb
5+ jupyter nbconvert --to markdown --execute website/docs/getting_started.ipynb
6+ jupyter nbconvert --to markdown --execute website/docs/example.ipynb
7+
8+ publish_pypi :
9+ poetry version patch
10+ poetry build
11+ poetry publish
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " spacytextblob"
3- version = " 3.0"
3+ version = " 3.0.1 "
44description = " A TextBlob sentiment analysis pipeline compponent for spaCy"
55authors = [" SamEdwardes <edwardes.s@gmail.com>" ]
66license = " MIT"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments