Skip to content

add testpypi github action #1

add testpypi github action

add testpypi github action #1

Triggered via push May 21, 2024 10:16
Status Failure
Total duration 44s
Artifacts
Publish Python distribution to TestPyPI
33s
Publish Python distribution to TestPyPI
Fit to window
Zoom out
Zoom in

Annotations

1 error
Publish Python distribution to TestPyPI
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.: ```yaml permissions: id-token: write ``` Learn more at https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings.