We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Release
v2.5.30
The poetry publish catch block in publishPoetry throws the same error message as the poetry config:
poetry publish
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")
Set PYPI_TOKEN to an invalid token. Run the publish step and observe the error message.
PYPI_TOKEN
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
❔ 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 thepoetry config
:This makes it harder to figure out which of the two commands failed. Could the second error thrown be something like:
⏺️ 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
The text was updated successfully, but these errors were encountered: