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
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 lineshttps://github.com/MDAnalysis/mdacli/blob/33eb1df2b1134bc087d8546705ea17d35b4aed9e/.github/workflows/build.yml#L4-L5
What do you think @joaomcteixeira ?