Skip to content

Commit ef4fd05

Browse files
committed
fix: install should be build
1 parent 1986e9b commit ef4fd05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exclude = "_version.py"
220220
#--------------- Build and check your package ---------------#
221221

222222
# This table installs the tools you need to test and build your package
223-
[tool.hatch.envs.install]
223+
[tool.hatch.envs.build]
224224
description = """Test the installation the package."""
225225
dependencies = [
226226
"pip",
@@ -229,7 +229,7 @@ dependencies = [
229229
detached = true
230230

231231
# This table installs created the command hatch run install:check which will build and check your package.
232-
[tool.hatch.envs.install.scripts]
232+
[tool.hatch.envs.build.scripts]
233233
check = [
234234
"pip check",
235235
"hatch build {args:--clean}",

0 commit comments

Comments
 (0)