-
Please help to understand why upload fails from GitHub Actions. action file:
job output: I've done in job output with the same token used for test/prod, I was able to upload from local successfully:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Have you tried simply re-adding the token? Maybe you've got some trailing whitespaces? Have you checked if you maybe confused PyPI and TestPyPI tokens? I see that the step that uploads to the regular PyPI refers to the token for TestPyPI (at least, it's called |
Beta Was this translation helpful? Give feedback.
Have you tried simply re-adding the token? Maybe you've got some trailing whitespaces? Have you checked if you maybe confused PyPI and TestPyPI tokens? I see that the step that uploads to the regular PyPI refers to the token for TestPyPI (at least, it's called
TESTPYPI_TOKEN
in your workflow, I would expect it to bePYPI_TOKEN
): https://github.com/glensc/plex-trakt-sync/actions/runs/1275315679/workflow#L56.