Trusted Publishers from PyPI is now supported via uploading the distribution(s) as artifacts (for more information about GitHub Actions artifacts, see the GitHub Docs).
Breaking change: This is not a "true" breaking change - but it may cause certain workflows to fail that uses the callable workflow CD - Release: The parameter publish_on_pypi has become required, meaning one must provide it in the with section of the calling workflow. For more information, see the documentation page for the CD - Release workflow.
DX updates
Several fixes from the development tools have been implemented into the code base.
Support Trusted Publishers from PyPI
Trusted Publishers from PyPI is now supported via uploading the distribution(s) as artifacts (for more information about GitHub Actions artifacts, see the GitHub Docs).
Breaking change: This is not a "true" breaking change - but it may cause certain workflows to fail that uses the callable workflow CD - Release: The parameter
publish_on_pypi
has become required, meaning one must provide it in thewith
section of the calling workflow. For more information, see the documentation page for the CD - Release workflow.DX updates
Several fixes from the development tools have been implemented into the code base.