You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
Issue
In the latest document, the add publishable repositories command in the section of Repositories/Publishable Repositories is wrong.
When I run the command as shown in the document,
a ValueError: You cannot remove the [repositories] section is raised. Although my poetry version is 1.1.13, I check the latest code and found the same problem in the latest version. Thus, no repository key, need replace it by repositories.
Issue
In the latest document, the add publishable repositories command in the section of Repositories/Publishable Repositories is wrong.
When I run the command as shown in the document,
a
ValueError: You cannot remove the [repositories] section
is raised. Although my poetry version is 1.1.13, I check the latest code and found the same problem in the latest version. Thus, norepository
key, need replace it byrepositories
.Besides, the upload legacy API for Test PyPI is not https://upload.test.pypi.org/legacy/. It should be https://test.pypi.org/legacy/. Therefore, this command should be revised to
The text was updated successfully, but these errors were encountered: