We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
readme = "README.rst"
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Great! It's frankier.
frankier
Thanks for the continued poking and pushing all this through.
done!
Successfully merging a pull request may close this issue.
The release workflows currently fail with
https://github.com/scikit-learn-contrib/sklearn-ann/actions/runs/8285153041/job/22672248085
maybe we simply missed adding
readme = "README.rst"
in pyproject.toml?The text was updated successfully, but these errors were encountered: