Hi all,
Trying to get automated emails for each release on Pypi.
In what format should I fill the email address in my pyproject.toml
?
Thanks!
–Martin
Hi all,
Trying to get automated emails for each release on Pypi.
In what format should I fill the email address in my pyproject.toml
?
Thanks!
–Martin
Of which packages?
Every Pypi package has an RSS feed for new releases at https://pypi.org/rss/project/PACKAGE_NAME/releases.xml
. You can hook that up to an RSS-to-email service of your choice to receive email notifications of specific packages.
Of which packages?
Of the packages I’m maintainer of, based on the emails filled in the project metadata.
I understand that there is already this feature, see Add email notification on project/release removal by MVrachev · Pull Request #7071 · pypi/warehouse · GitHub
Thanks!
My understanding of the linked PR is that it implements notifications when a certain release of a project is removed, or when a project is removed in its entirety. I don’t think it covers notification on new releases.