ci(py): fix feature flag

This commit is contained in:
əlemi 2024-09-18 16:20:51 +02:00
parent 443441435b
commit 9929215a37
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -28,7 +28,7 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin" build-backend = "maturin"
[tool.maturin] [tool.maturin]
features = ["python", "pyo3/extension-module"] features = ["py", "pyo3/extension-module"]
manifest-path = "../../Cargo.toml" manifest-path = "../../Cargo.toml"
python-source = "src" python-source = "src"