Closed dlwh closed 2 months ago
PTAL
LGTM! Thanks for the improvement :)
Of course, I should probably do it in my own projects...
Unfortunately I had to revert this one. The problem arises with https://github.com/patrick-kidger/equinox/blob/5a40d2ed61871b400674ff3b3c6e8f5ba410d899/.github/workflows/release.yml#L19 that we don't want to install Equinox itself here. That's already being done for us as a source or wheel distribution. And in fact we can't install Equinox using pip install .
, as e.g. its pyproject.toml
file may not even be present in the wheel. (In practice the first error was Hatch complaining about the lack of LICENSE
file.)
Ah well.
Makes it easier to set up dev env.