Skip to content
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

Difference between version and build package name #77

Closed
pchanial opened this issue May 2, 2022 · 1 comment
Closed

Difference between version and build package name #77

pchanial opened this issue May 2, 2022 · 1 comment
Labels
question Further information is requested

Comments

@pchanial
Copy link

pchanial commented May 2, 2022

Using poetry-dynamic-versioning-plugin, I get,

$ poetry version --short
0.2.1.dev8+8f580db

and the package created with poetry build is myproject-0.2.1dev8+8f580db-py3-none-any.whl

Note the absence of dot between 0.2.1 and dev in the filename.

pyproject.toml:

[tool.poetry-dynamic-versioning]
enable = true
dirty = true
bump = true
style = "pep440"

Is it intended?

@mtkennerly mtkennerly added the question Further information is requested label May 3, 2022
@mtkennerly
Copy link
Owner

It looks like this is an issue in Poetry 1.2.0b1, unrelated to the plugin. I've opened an issue in the Poetry repository: python-poetry/poetry#5534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants