The pipeline to publish the pyprecice package on PyPI failed during the latest release v2.5.0.3 and pre-release v2.5.0.4rc1. Both times versioneer failed to get the correct version string, and instead picked up something like: 0+untagged.1.g2d058c6.
One attempt to fixing this was adding the versioneer information to the pyproject.toml file in addition to the setup.cfg file 75bff1d, but this did not help. Some investigations have already been done with @BenjaminRodenberg but a solution is still not found.
The pipeline to publish the pyprecice package on PyPI failed during the latest release v2.5.0.3 and pre-release v2.5.0.4rc1. Both times versioneer failed to get the correct version string, and instead picked up something like:
0+untagged.1.g2d058c6.One attempt to fixing this was adding the versioneer information to the
pyproject.tomlfile in addition to thesetup.cfgfile 75bff1d, but this did not help. Some investigations have already been done with @BenjaminRodenberg but a solution is still not found.