fix(ci): remove broken build hooks (#216)

This commit is contained in:
Aaron Pham
2023-08-16 04:49:12 -04:00
committed by GitHub
parent af8cb73832
commit ccca49af04
7 changed files with 11 additions and 24 deletions

View File

@@ -0,0 +1 @@
../.python-version-default

View File

@@ -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",