rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.06k stars 157 forks source link

wrong version pushed to pypi #13

Closed oirontro closed 2 years ago

oirontro commented 2 years ago

https://github.com/rochacbruno/python-project-template/blob/3b55b1c022d54fba2c8604cc56d7daccba310352/Makefile#L82-L87

maybe the line

    @git tag $${TAG}

should be moved to behind the line

    @git commit -m "release: version $${TAG} 🚀"

?

Thanks for your effort. A very useful template.