From 78b4a02f560b1678ebe36be5116eef6bb7e63e4a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 07:56:27 +0000 Subject: [PATCH 1/2] Initial plan From 63fd6ffdf1be0034ac52e96515a995471a451b8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 07:57:58 +0000 Subject: [PATCH 2/2] Add [tool.hatch.publish.index] disable = true to suppress PyPI publishing Agent-Logs-Url: https://github.com/Jebel-Quant/rhiza/sessions/79887b64-34fb-4bc1-8fbe-1b0a0fc93f6e Co-authored-by: tschm <2046079+tschm@users.noreply.github.com> --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fbc43f8b..ff9911c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ plotly = "plotly" pandas = "pandas" pyyaml = "yaml" +[tool.hatch.publish.index] +disable = true + [tool.ty.environment] python-version = "3.13"