From 56af7ea78bd0b99a852239d6fe7ddb09e8d23cf2 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 24 Jan 2024 15:28:04 -0600 Subject: [PATCH] fux build env --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f9ceb84..cf4c2d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,8 +155,12 @@ exclude = [ packages = ["dbt_common"] [tool.hatch.envs.build] -detached = true -features = ["build"] +description = "Env for running development commands for linting" +extra-dependencies = [ + "wheel", + "twine", + "check-wheel-contents", +] [tool.hatch.envs.build.scripts] check-all = [