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

pdm show --version doesn't output the version anymore #1788

Closed
1 task done
mikedingjan opened this issue Mar 27, 2023 · 0 comments · Fixed by j178/pdm#1
Closed
1 task done

pdm show --version doesn't output the version anymore #1788

mikedingjan opened this issue Mar 27, 2023 · 0 comments · Fixed by j178/pdm#1
Labels
🐛 bug Something isn't working

Comments

@mikedingjan
Copy link

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

pdm show --version

Actual behavior

output: DYNAMIC

Expected behavior

output: version number from SCM

Environment Information

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
@mikedingjan mikedingjan added the 🐛 bug Something isn't working label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant