Skip to content

v2.8.0

Compare
Choose a tag to compare
@CasperWA CasperWA released this 29 Jul 11:20
· 37 commits to main since this release

Changelog

v2.8.0 (2024-07-29)

Full Changelog

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 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.

Implemented enhancements:

  • Support new PyPI Trusted Publisher #180

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator