scikit-learn-contrib / sklearn-ann

Integration with (approximate) nearest neighbors libraries for scikit-learn + clustering based on with kNN-graphs.
https://sklearn-ann.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Fix readme to make releases possible #24

Closed flying-sheep closed 6 months ago

flying-sheep commented 6 months ago

The release workflows currently fail with

 Checking dist/sklearn_ann-0.1.1-py3-none-any.whl: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.          

https://github.com/scikit-learn-contrib/sklearn-ann/actions/runs/8285153041/job/22672248085

maybe we simply missed adding readme = "README.rst" in pyproject.toml?

flying-sheep commented 6 months ago

Fixed in #25! It’s now published https://pypi.org/project/sklearn-ann/

@frankier if you tell me you PyPI name, I can add you as maintainer

frankier commented 6 months ago

Great! It's frankier.

Thanks for the continued poking and pushing all this through.

flying-sheep commented 6 months ago

done!