pypa / gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI, the tokenless way: https://github.com/marketplace/actions/pypi-publish
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
BSD 3-Clause "New" or "Revised" License
929 stars 87 forks source link

oidc-exchange: fix padding #177

Closed woodruffw closed 1 year ago

woodruffw commented 1 year ago

JWT payloads aren't padded; this recomputes the padding.

Fixes the crash in https://github.com/pypa/gh-action-pypi-publish/issues/173#issuecomment-1673825631.