MDAnalysis / mdacli

Command line interface for MDAnalysis
https://mdacli.readthedocs.io/
GNU General Public License v3.0
19 stars 7 forks source link

build job fails for every version bump commit in main branch #89

Closed PicoCentauri closed 2 years ago

PicoCentauri commented 2 years ago

For every new version the main branch runs our test pipeline. However, the build tasks fails all the time. The reason is that there is no new_version statement in the CHANGELOG.rst since exactly we change the version to the 'new' one (see for example https://github.com/MDAnalysis/mdacli/commit/33eb1df2b1134bc087d8546705ea17d35b4aed9e). It is probably useful to disable the build test for pushes to main branch for example by removing the two lines

https://github.com/MDAnalysis/mdacli/blob/33eb1df2b1134bc087d8546705ea17d35b4aed9e/.github/workflows/build.yml#L4-L5

What do you think @joaomcteixeira ?