Description
What's the problem this feature will solve?
Grouping of like-links.
Describe the solution you'd like
Trusted publishing is great, I like that I can verify the link between my PyPI packages and GitHub repositories. But when I rolled it out, I was a bit surprised that the UI completely separates verified details from unverified ones, for example, for django-upgrade:

This emphasizes the repository link above the others (such as Changelog, Documentation, and Funding). That drives users towards filing issues and away from reading the docs, sponsoring projects, and so on.
I would prefer something like the original UI, where related data is kept together, but with verified badges for verified sections or links. Something like this (mocked up in browser devtools):

Additional context