File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " det"
3- version = " 0.1.5 "
3+ version = " 0.1.0 "
44description = " A framework to analyse the consistency of repeated requests to an LLM or LLM based Agent"
55authors = [
" Matthew Thompson <[email protected] >" ]
66license = " MIT"
@@ -32,9 +32,17 @@ build-backend = "poetry.core.masonry.api"
3232det = " det.main:app"
3333
3434[tool .semantic_release ]
35- version_variable = " pyproject.toml:version"
36- upload_to_pypi = true
35+ version_variable = [
36+ " det/__init__.py:__version__"
37+ ]
38+ version_toml = [
39+ " pyproject.toml:tool.poetry.version"
40+ ]
41+ version_pattern = [
42+ " README.md:rev: v{version}"
43+ ]
44+ major_on_zero = false
3745branch = " main"
38- repository = " https://github.com/thompsonson/det "
39- commit_message = " {version} \n\n Automatically generated by python-semantic-release "
40- commit_parser = " angular "
46+ upload_to_PyPI = true
47+ upload_to_release = true
48+ build_command = " make cicd_setup && make install && poetry build "
You can’t perform that action at this time.
0 commit comments