neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Actions script doesn't always work without bump2version #15

Closed adamltyson closed 1 year ago

adamltyson commented 1 year ago

Currently the actions only run on a pushed commit or PR. bump2version used to create a commit, but now we use setuptools_scm this commit doesn't always exist (we may only push a tag).

I think the best way is to just to ensure the actions script will run when a tag is pushed (without necessarily a new commit).