Cannot figure out how to use --config
to override a value from the pyproject.toml
#2072
Open
1 of 2 tasks
Bug Description
Because of some aspects of how sources work in our dev build, I wanted to do something along the lines of the following:
There's a config parser that's validating that it's proper dotted key=val notation, but none of the values I put there seem to make a difference.
Your maturin version (
maturin --version
)1.5.1
Your Python version (
python -V
)3.11.8
Your pip version (
pip -V
)23.2.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
Try building a package and overriding python-source.
The text was updated successfully, but these errors were encountered: