Open bburan opened 1 year ago
It was actually put there specifically to make sure we don't end up with something bad like 0.0.0
when using setuptools_scm
.
It will fail on releases, though, it would be nice to avoid that -- maybe by making it skip that run when on a tag or whatever. Or we just ignore the failure of that step on releases...
https://github.com/LABSN/tdtpy/blob/c7b2eaaec207dd4371749815c7ad3f91243843d5/.github/workflows/tests.yml#L29:L32
Is this check still necessary now that we are using
setuptools_scm
?