Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Replace publish action #317

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Python: Replace publish action #317

merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Python: Replace publish action

    Replaces `cucumber/action-publish-pypi` with
    `pypa/gh-action-pypi-publish@release/v1`. The motivation for using
    actions in the cucumber org is to ensure that we do not hand release
    tokens to untrusted code. As the party publishing our python packages,
    the Python Package Authority can be trusted. Additionally, their action
    uses trusted publishers which authorizes GitHub with OIDC so no
    long-lived tokens are used.
    mpkorstanje committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    58b50fe View commit details
    Browse the repository at this point in the history