Skip to content

Commit

Permalink
fux build env
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 24, 2024
1 parent 3cc8d27 commit 56af7ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 56af7ea

Please sign in to comment.