File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed
Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ test *args:
1919
2020publish :
2121 rm -rf dist
22+ uv version $GITHUB_REF_NAME
2223 uv build
2324 uv publish --token $PYPI_TOKEN
24-
25- hook :
26- uv run pre-commit install
27-
28- unhook :
29- uv run pre-commit uninstall
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies = [
5555 " opentelemetry-instrumentation-asgi>=0.46b0" ,
5656 " orjson>=3.10.18" ,
5757]
58- dynamic = [ " version " ]
58+ version = " 0 "
5959authors = [{ name = " community-of-python" }]
6060
6161[project .optional-dependencies ]
@@ -90,11 +90,12 @@ dev = [
9090]
9191
9292[build-system ]
93- requires = [" hatchling " , " hatch-vcs " ]
94- build-backend = " hatchling.build "
93+ requires = [" uv_build " ]
94+ build-backend = " uv_build "
9595
96- [tool .hatch .version ]
97- source = " vcs"
96+ [tool .uv .build-backend ]
97+ module-name = " microbootstrap"
98+ module-root = " "
9899
99100[tool .mypy ]
100101plugins = [" pydantic.mypy" ]
You can’t perform that action at this time.
0 commit comments