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"