diff --git a/hatch.toml b/hatch.toml index a701765..2f2434a 100644 --- a/hatch.toml +++ b/hatch.toml @@ -24,9 +24,6 @@ lint = [ [[envs.all.matrix]] python = ["3.9", "3.10", "3.11", "3.12"] -[envs.codebuild.scripts] -build = "hatch build" - [envs.release] detached = true diff --git a/pipeline/build.sh b/pipeline/build.sh index e8014f3..5ec09cb 100755 --- a/pipeline/build.sh +++ b/pipeline/build.sh @@ -5,6 +5,6 @@ set -e pip install --upgrade pip pip install --upgrade hatch pip install --upgrade twine -hatch run codebuild:lint -hatch run codebuild:test -hatch run codebuild:build \ No newline at end of file +hatch run lint +hatch run test +hatch build