Terraform for PYPI settings? (original) (raw)
September 26, 2025, 10:25am 1
Is it possible to manage PYPI package settings with terraform?
Specifically:
- trusted publisher settings
- list of admins
- list of maintainers
miketheman (Mike Fiedler) September 26, 2025, 12:49pm 2
There are no such management APIs for PyPI today.
Refer to these issues for API stuff, and one specific one about Trusted Publishing:
https://github.com/pypi/warehouse/issues?q=state%3Aopen%20label%3AAPIs%2Ffeeds
Once they exist, I imagine someone could write a terraform provider.
miketheman (Mike Fiedler) September 26, 2025, 1:17pm 3