Charlie Ringström
Charlie Ringström
Just a bare minimum example capable of producing a .whl and tar.gz with `hatch build` ```toml # pyproject.toml [project] name = "hatch-test" version = "0.1.0" description = "Add your description...
Which causes "Executing from blabla" to appear twice, since it's getting re-executed for both sdist generation and .whl generation
Yes, but then it does not work for users running `hatch build -t wheel`. Would you say that `hatch -t wheel` is not intended for usage without running `hatch build...