See https://github.com/pypa/hatch/issues/2315 Since pyapp is used as Hatch’s data source for releases, we need to add support here. Alternatively we could store all the data and filter in `build.rs` so pre-releases don’t get offered. Maybe add a env variable to opt-in?
See pypa/hatch#2315
Since pyapp is used as Hatch’s data source for releases, we need to add support here.
Alternatively we could store all the data and filter in
build.rsso pre-releases don’t get offered. Maybe add a env variable to opt-in?