-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
First poetry install
does not include dynamic version
#47
Comments
Hi! If you don't have the plugin installed globally and you're just relying on the entry in I did confirm that the plugin activates during an initial Also, you would probably want to put the plugin in |
Hi, what does installed globally mean? Poetry installed via get-poetry.py is installed into its own environment which isn't really accessible for the user. A package such as this installed globally via pip will not be accessible by poetry. |
Nevermind, seems like this is a hole in the the current way of doing things and also the new plugin system: python-poetry/poetry#693 (comment) |
When you install Poetry with |
Using
Poetry
version 1.1.5,poetry-dynamic-versioning
0.12.6, mypyproject.toml
contains:When I first clone my repository and
poetry install
, the installed version ofmylib
is0
.If I run
poetry install
again, then the version is correctly set to0.1.2+<hash>
.The text was updated successfully, but these errors were encountered: