I came across this new (to me) python packaging tool: https://pydistcheck.readthedocs.io/en/latest/index.html
It claims to find problems on built distributions, so adding it as part of a CI process, that builds the current PR or main/master branches might be a good idea, specially for the ones with C extensions and more complex code ✨
I came across this new (to me) python packaging tool: https://pydistcheck.readthedocs.io/en/latest/index.html
It claims to find problems on built distributions, so adding it as part of a CI process, that builds the current PR or
main/masterbranches might be a good idea, specially for the ones with C extensions and more complex code ✨