You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, twine check doesn't catch this in a setup.cfg file:
url = "https://github.com/pybind/pybind11"
which creates this in pybind11-2.6.0b1.dist-info/METADATA:
Home-page: "https://github.com/pybind/pybind11"
which fails to upload to PyPI.
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
24
'"https://github.com/pybind/pybind11"' is an invalid value for Home-Page. Error: Invalid URI See https://packaging.python.org/specifications/core-metadata for more information.
The text was updated successfully, but these errors were encountered:
Currently,
twine check
doesn't catch this in asetup.cfg
file:which creates this in
pybind11-2.6.0b1.dist-info/METADATA
:which fails to upload to PyPI.
The text was updated successfully, but these errors were encountered: