mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-04 13:40:45 -05:00
fix(ci): remove broken build hooks (#216)
This commit is contained in:
1
openllm-python/.python-version-default
Symbolic link
1
openllm-python/.python-version-default
Symbolic link
@@ -0,0 +1 @@
|
||||
../.python-version-default
|
||||
@@ -156,7 +156,12 @@ allow-direct-references = true
|
||||
only-include = ["src/openllm"]
|
||||
sources = ["src"]
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = ["/.git_archival.txt", "tests"]
|
||||
exclude = [
|
||||
"/.git_archival.txt",
|
||||
"tests",
|
||||
"/.python-version-default",
|
||||
"ADDING_NEW_MODEL.md",
|
||||
]
|
||||
[tool.hatch.build.targets.wheel.hooks.mypyc]
|
||||
dependencies = [
|
||||
"hatch-mypyc==0.16.0",
|
||||
|
||||
Reference in New Issue
Block a user