Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions pipeline/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
hatch run lint
hatch run test
hatch build