Gh Action Pypi Publish Versions Save

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI: https://github.com/marketplace/actions/pypi-publish

v1.8.14

2 months ago

πŸ› οΈ Internal Dependencies

Nothing changed feature-wise. The only notable update is that the underlying container runtime now uses Python 3.12 and pip has been updated to v24.0 there. This is should go unnoticed in terms of behavior. It's just a bit of maintenance burden to be done occasionally by @webknjazπŸ’°. Enjoy!

πŸͺž Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14

πŸ§”β€β™‚οΈ Release Manager: @webknjaz πŸ‡ΊπŸ‡¦

v1.8.13

2 months ago

πŸ› What's Fixed

This action is now able to consume and publish distribution packages with Metadata-Version: 2.3 embedded.

πŸ› οΈ Internal Dependencies

@SigureMoπŸ’° sent us a bump of pkginfo version to version 1.10.0 in #219. It's a transitive dependency for us and is not an API-level change but upgrading it has a side effect of letting Twine recognize distribution packages declaring Metadata-Version: 2.3. In particular, it is known to affect distributions built with Maturin >= 1.5.0.

Following that, @webknjazπŸ’° upgraded other transitive and direct dependency pins, including, among others, the following notable bumps:

  • cryptography == 42.0.5
  • id == 1.3.0
  • readme-renderer == 43.0
  • Twine == 5.0.0

πŸ’ͺ New Contributors

@SigureMo made their first contribution in https://github.com/pypa/gh-action-pypi-publish/pull/219

πŸͺž Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13

πŸ§”β€β™‚οΈ Release Manager: @webknjaz πŸ‡ΊπŸ‡¦

v1.8.12

2 months ago

πŸ’… Cosmetic Output Improvements

@woodruffwπŸ’° replaced the notice annotations with simplified debug messages related to authentication methanism selection via #196. The also improved the error clarity during OIDC exchange on PRs from forks via #203.

πŸ“ What's Documented

@virtualdπŸ’° updated the docs and pointer messages were updated to mention that reusable workflows aren't supported right now in #186 and @xuanzhi33πŸ’° later corrected the markdown syntax there via #216.

πŸ› οΈ Internal Dependencies

  • pre-commit linters got autoupdated @ #204
  • Cryptography was bumped from 41.0.6 to 42.0.4 @ #210, #213 and #214

βš™οΈ Secret Stuff

@woodruffw proactively updated the OIDC minting API endpoint used during the exchange via #206. Nothing you should be too concerned about, promise!

πŸ’ͺ New Contributors

πŸͺž Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12

:man_beard: Release Manager: @webknjaz πŸ‡ΊπŸ‡¦

v1.8.11

5 months ago

:nail_care: Cosmetic output improvements

@woodruffw added a nudge suggesting the users storing passwords in a GitHub Actions repository secrets to switch to using secretless publishing in https://github.com/pypa/gh-action-pypi-publish/pull/190. This also reminds people that PyPI will start mandating two-factor authentication to perform uploads in 2024.

:memo: What's Documented

@di linked the configuration docs for Trusted Publishing in README via https://github.com/pypa/gh-action-pypi-publish/pull/179.

:hammer_and_wrench: Internal dependencies

:muscle: New Contributors

:mirror: Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11

v1.8.10

9 months ago

:bug: What's Fixed

@woodruffw fixed decoding OIDC claims in debug output on failure by applying correct padding to the encoded payload via https://github.com/pypa/gh-action-pypi-publish/pull/177.

Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.9...v1.8.10

v1.8.9

9 months ago

:nail_care: Cosmetic output improvements

:hammer_and_wrench: Internal dependencies

Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.8...v1.8.9

v1.8.8

10 months ago

:nail_care: Cosmetic output improvements

:hammer_and_wrench: Internal dependencies

:muscle: New Contributors

:mirror: Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8

v1.8.7

10 months ago

:nail_care: Cosmetic output impovements

:hammer_and_wrench: Internal dependencies

:muscle: New Contributors

:mirror: Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7

v1.8.6

1 year ago

What's Updated

New Contributors

Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6

v1.8.5

1 year ago

What's Improved

@woodruffw improved the user-facing documentation and logging to make use of the Trusted Publishing flow terminology cohesive with PyPI in https://github.com/pypa/gh-action-pypi-publish/pull/143. Trusted Publishing used to be referred to as OpenID Connect (OIDC) β€” the underlying technology that is being used to make it work. He also made the action display the cause of the Trusted Publishing flow being selected by the action via https://github.com/pypa/gh-action-pypi-publish/pull/142.

Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.4...v1.8.5