WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
927 stars 122 forks source link

1.1.10 release is missing on Pypi #93

Closed pombredanne closed 5 years ago

pombredanne commented 5 years ago

@WojciechMula do you want me to push that oe?

WojciechMula commented 5 years ago

@pombredanne Sure, my fault. I'm sure I published it on pypi.

pombredanne commented 5 years ago

done from a checkout of the 1.1.10 tag! https://pypi.org/project/pyahocorasick/

make clean
python setup.py sdist
pip install twine
twine upload dist/pyahocorasick-1.1.10.tar.gz

Somehow the doc seems to display badly on pypi though...