Cannot publish packages using poetry publish
in interactive mode
#5610
Labels
area/cli
Related to the command line
area/publishing
Related to PyPI/PEP 503 publishing
kind/bug
Something isn't working as expected
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name:
Linux MadDows 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Poetry version:
Poetry (version 1.2.0b1)
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/MadJlzz/a8305c6df426928abff1e913c0aa8f50
Issue
While working on a plugin for
poetry
, I was about to publish it when I encountered an error:cleo
version is1.0.0a4
and looking at the repository, I indeed could not find anyask()
norask_hidden()
method. It also seems thatConsoleIO
does not exist anymore. It seems that the commit responsible of this is python-poetry/cleo@de55578See here:
poetry/src/poetry/publishing/publisher.py
Lines 79 to 85 in feb11b1
The text was updated successfully, but these errors were encountered: