Skip to content

Commit 4e15b7a

Browse files
authored
chore: Add pyproject.toml files to release please config (#253)
1 parent 1c49d2c commit 4e15b7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
"packages/toolbox-langchain": {
2020
"component": "toolbox-langchain",
2121
"extra-files": [
22+
"pyproject.toml",
2223
"src/toolbox_langchain/version.py"
2324
]
2425
},
2526
"packages/toolbox-llamaindex": {
2627
"component": "toolbox-llamaindex",
2728
"extra-files": [
29+
"pyproject.toml",
2830
"src/toolbox_llamaindex/version.py"
2931
]
3032
}

0 commit comments

Comments
 (0)