-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
questionFurther information is requestedFurther information is requested
Description
β What are you experiencing an issue with?
Latest Release
β Version
v2.5.30
π Description
The poetry publish catch block in publishPoetry throws the same error message as the poetry config:
throw new Error(`Failed to run "poetry config repositories.repo ${repoUrl}"`)
This makes it harder to figure out which of the two commands failed. Could the second error thrown be something like:
throw new Error(Failed to run "poetry publish --build --repository --repo")
βΊοΈ Steps To Reproduce
Set PYPI_TOKEN to an invalid token. Run the publish step and observe the error message.
π Relevant Log Output
No response
π‘ Possible Solution
throw new Error(Failed to run "poetry publish --build --repository --repo")
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested