I've started to get issues in CI, after debugging I can say that this commit https://github.com/PyO3/setuptools-rust/commit/925b3ba4186ccd53ee8d123c07e03e60558f13b5 introduces changes that breaks previous behavior: after running ```bash > python -m pip install -e . ``` previously `target/debug` build was created and after that commit it started creating `target/release` instead, is it expected?