From 9929215a371bb1c3ce70f6b1164b9a3bdd2ebf27 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 18 Sep 2024 16:20:51 +0200 Subject: [PATCH] ci(py): fix feature flag --- dist/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index 2cefd5c..3b881ec 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -28,7 +28,7 @@ requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [tool.maturin] -features = ["python", "pyo3/extension-module"] +features = ["py", "pyo3/extension-module"] manifest-path = "../../Cargo.toml" python-source = "src"