pawamoy/copier-pdm

Copier doesn't use correct template from fork

Closed this issue · 2 comments

Thanks for the cool template! I have forked my own (https://github.com/hoangthienan95/copier-pdm/) and added my own variable to be templated in pyproject.toml.

However, when I run copier gh:hoangthienan95/copier-pdm test, I don't see my python_requirement variable being asked and also the pyproject.toml requires-python field is still ">=3.7". Any idea how to fix this? New to copier and pdm :)

Copier will by default use the latest tag. If you didn't tag your commit, you can instruct Copier to use HEAD instead of the latest tag with copier -r HEAD gh:hoangthienan95/copier-pdm test.

Closing, feel free to ask anything again 🙂