Sourced from pypa/gh-action-pypi-publish's releases.
v1.8.1
ð What's Fixed
ð Unfortunately, a tiny mistake in v1.8.0 caused a far-reaching regression for the most used code path. â But don't worry, it's fixed now thanks to
@ânjzjzwho promptly spotted it and@âzhongjiajiewho sent a bugfix.ð New Contributors
@âzhongjiajiemade their first contribution in pypa/gh-action-pypi-publish#131Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.0...v1.8.1
v1.8.0
The Coolest Release Ever!
In this release,
@âwoodruffwimplemented support for secretless OIDC-based publishing to PyPI-like package indexes. The OIDC flow is activated when neither username nor password action inputs are set.The OIDC âtoken exchangeâ, is an authentication technique that PyPI (and TestPyPI, and hopefully some future others) supports as an alternative to long-lived username/password combinations or long-lived API tokens.
IMPORTANT: The PyPI-side configuration is only available to participants of the private beta test. Please, only try out the zero-config mode if you are a beta test participant having followed the PyPI configuration instructions.
Setup prerequisites: https://github.com/marketplace/actions/pypi-publish#publishing-with-openid-connect PyPI's documentation: https://pypi.org/help/#openid-connect Beta test enrollment: pypi/warehouse#12965
New Contributors
@âwoodruffwmade their first contribution in pypa/gh-action-pypi-publish#123Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.0