We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2678195 commit f8e431dCopy full SHA for f8e431d
hatch.toml
@@ -23,9 +23,6 @@ lint = [
23
[[envs.all.matrix]]
24
python = ["3.9", "3.10", "3.11"]
25
26
-[envs.codebuild.scripts]
27
-build = "hatch build"
28
-
29
[envs.release]
30
detached = true
31
pipeline/build.sh
@@ -5,6 +5,6 @@ set -e
5
pip install --upgrade pip
6
pip install --upgrade hatch
7
pip install --upgrade twine
8
-hatch run codebuild:lint
9
-hatch run codebuild:test
10
-hatch run codebuild:build
+hatch run lint
+hatch run test
+hatch build
0 commit comments