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
pdm show --version
Make sure you run commands with -v flag before pasting the output.
-v
output: DYNAMIC
output: version number from SCM
Config:
[tool.pdm.version] source = "scm" [project] ... dynamic = ["version"] ...
PDM version: 2.4.9 Python Interpreter: /opt/homebrew/opt/python@3.11/bin/python3.11 (3.11) Project Root: /Users/..../Projects/.../terraform-django Project Packages: /Users/..../Projects/.../terraform-django/__pypackages__/3.11
The text was updated successfully, but these errors were encountered:
872521e
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
output: DYNAMIC
Expected behavior
output: version number from SCM
Environment Information
Config:
The text was updated successfully, but these errors were encountered: