Replies: 1 comment 2 replies
-
|
Either you don't have files in your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Maybe I have the wrong idea about how this is supposed to work but I don't find a way to publish packages built with local-version to a private repository, poetry version is 2.1.1. How can I accomplish this?
What I did:
followed by
poetry publish, I get the error:However, including the
--buildflag in the publish command as suggested does not allow setting the local-version. The only workaround is to usepoetry versionto modify the version in pyproject.toml, followed by a publish.Thank you,
David
Beta Was this translation helpful? Give feedback.
All reactions