-
Hi, we want to use the Our workflow file can be found here: https://github.com/OpenTrafficCam/OTAnalytics/blob/main/.github/workflows/release-testpypi.yml The trusted publisher on testpypi contains the following information: The environment testpypi is configured in github and provides the environment variable The last failed workflow run can be found here: https://github.com/OpenTrafficCam/OTAnalytics/actions/runs/13286224589 Is there any configuration option we missed? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Configure matching Trusted Publisher within TestPyPI. |
Beta Was this translation helpful? Give feedback.
-
The error lies in the usage of |
Beta Was this translation helpful? Give feedback.
The error lies in the usage of
env.PYPI_REPO_URL
as an attribute to the action. This variable is defined in thevars
-Context. Changing it tovars.PYPI_REPO_URL
fixed the issue.