firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
988 stars 300 forks source link

chore: Update PyPi to use trusted publisher for authentication and correctly escape change log body. #759

Closed jonathanedey closed 5 months ago

jonathanedey commented 5 months ago

PyPi no longer accepts username and password authentication for publishing with 2FA enabled accounts. They have additionally made the change to require 2FA on all accounts starting January 1st 2024:

Switching our release to use PyPi's Trusted Publisher method for authentication.


Escaped change log body to allow it to correctly show in in the release tag body.