We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da07fe commit 3c7ec74Copy full SHA for 3c7ec74
pyproject.toml
@@ -52,8 +52,8 @@ dev = [
52
]
53
54
[tool.poe.tasks]
55
-build-develop = "uv run python scripts/setup_bridge.py develop"
56
-build-develop-with-release = { cmd = "uv run python scripts/setup_bridge.py develop", env = { TEMPORAL_BUILD_RELEASE = "1" }}
+build-develop = "maturin develop --uv"
+build-develop-with-release = { cmd = "maturin develop --release --uv" }
57
fix-wheel = "uv run python scripts/fix_wheel.py"
58
format = [{cmd = "uv run ruff check --select I --fix"}, {cmd = "uv run ruff format"}, ]
59
gen-docs = "uv run python scripts/gen_docs.py"
0 commit comments