Skip to content

v2.0.8

Compare
Choose a tag to compare
@jmgate jmgate released this 16 Jul 19:10
· 31 commits to master since this release

Bug fixes

  • fix: Set sufficient permissions for publish job (4004ef2)

    When running the upload to PyPI action, we ran into:

    Error: Trusted publishing exchange failure:
    OpenID Connect token retrieval failed: GitHub: missing or
    insufficient OIDC token permissions, the
    ACTIONS_ID_TOKEN_REQUEST_TOKEN environment variable was unset

    This generally indicates a workflow configuration error, such as
    insufficient permissions. Make sure that your workflow has
    id-token: write configured at the job level, e.g.:

    permissions:
      id-token: write