Skip to content

Commit 3c7ec74

Browse files
committed
maturin versions of commands
Do not use `--no-install-project`.
1 parent 6da07fe commit 3c7ec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dev = [
5252
]
5353

5454
[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" }}
55+
build-develop = "maturin develop --uv"
56+
build-develop-with-release = { cmd = "maturin develop --release --uv" }
5757
fix-wheel = "uv run python scripts/fix_wheel.py"
5858
format = [{cmd = "uv run ruff check --select I --fix"}, {cmd = "uv run ruff format"}, ]
5959
gen-docs = "uv run python scripts/gen_docs.py"

0 commit comments

Comments
 (0)