File tree Expand file tree Collapse file tree 3 files changed +1
-95
lines changed Expand file tree Collapse file tree 3 files changed +1
-95
lines changed Original file line number Diff line number Diff line change @@ -152,12 +152,7 @@ if [[ "$CMD" == "assemble" ]]; then
152
152
fi
153
153
154
154
if [[ " $CMD " == " bump" ]]; then
155
- docker run \
156
- --rm -v $repo :/code/elasticsearch-serverless-python \
157
- $product \
158
- /bin/bash -c " python /code/elasticsearch-serverless-python/utils/bump-version.py $VERSION "
159
-
160
- exit 0
155
+ echo " TODO"
161
156
fi
162
157
163
158
if [[ " $CMD " == " codegen" ]]; then
Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ Homepage = "https://github.com/elastic/elasticsearch-serverless-python"
58
58
"Issue Tracker" = " https://github.com/elastic/elasticsearch-serverless-python/issues"
59
59
"Source Code" = " https://github.com/elastic/elasticsearch-serverless-python"
60
60
61
- [tool .hatch .version ]
62
- path = " elasticsearch_serverless/_version.py"
63
- pattern = " __versionstr__ = \" (?P<version>[^\" ]+)\" "
64
-
65
61
[tool .hatch .build .targets .sdist ]
66
62
include = [
67
63
" /elasticsearch_serverless" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments