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
Poetry (version 1.2.1)
poetry==1.2.1 and poetry-core==1.3.1
Poetry Version: 1.2.1 Python: 3.10.7 Virtualenv Python: 3.10.7 Implementation: CPython Path: /home/yusuke/Downloads/poetry-bug-report/venv Executable: /home/yusuke/Downloads/poetry-bug-report/venv/bin/python Valid: True System Platform: linux OS: posix Python: 3.10.7 Path: /usr Executable: /usr/bin/python3.10
-vvv
We can run the following steps to reproduce the issue.
$ git clone [email protected]:ymyzk/poetry-bug-report.git $ cd poetry-bug-report $ python -m build * Creating virtualenv isolated environment... * Installing packages in isolated environment... (poetry-core==1.3.1) * Getting dependencies for sdist... * Building sdist... ERROR Source /tmp/build-via-sdist-1cju5o9a/poetry_bug_report-0.1.0 is not a directory
Poetry should be using /tmp/build-via-sdist-1cju5o9a/poetry-bug-report-0.1.0 instead.
/tmp/build-via-sdist-1cju5o9a/poetry-bug-report-0.1.0
It seems poetry-core 1.3.1 fails to build a package which has - in its name.
-
poetry build
_
The text was updated successfully, but these errors were encountered:
PTAL @dimbleby
Sorry, something went wrong.
want to use the escaped name here presumably
Thank you @dimbleby and @neersighted for releasing a fix quickly. I also confirmed that poetry-core==1.3.2 fixed the issue here.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Successfully merging a pull request may close this issue.
poetry==1.2.1 and poetry-core==1.3.1
-vvv
option) and have included the output below.Issue
We can run the following steps to reproduce the issue.
Poetry should be using
/tmp/build-via-sdist-1cju5o9a/poetry-bug-report-0.1.0
instead.It seems poetry-core 1.3.1 fails to build a package which has
-
in its name.poetry build
.-
in the package name with_
.The text was updated successfully, but these errors were encountered: