Closed
Description
What's the problem this feature will solve?
Trusted publisher is now a feature in pypi, with plans to render the information on the UI care of #14727 - "verified via Trusted Publishing"
It would be useful to provide the same information via the API. This way anyone who ingests the API and consults the metadata such as source repository, has an improved level of confidence that this is correct (over the previous implementation which allowed publishers to stuff made up values in setup.py / pyproject.toml)
Describe the solution you'd like
Render a value via the API to signify the package was published using trusted publisher.
Additional context