Jennifer Cwagenberg
Results
2
comments of
Jennifer Cwagenberg
@mholmeslinder my guess would be it has to do with your latest git tag? I'd guess the version in setup.py >= your latest github tag.
Now that python has standardized on several build improvements like [PEP 517](https://peps.python.org/pep-0517/) and [PEP 660](https://peps.python.org/pep-0660/), I'm curious what migrating to poetry specifically solves? [Hatch](https://hatch.pypa.io/latest/) is a PyPA project that seems...