Skip to content

Commit bf129ae

Browse files
committed
Install SDKs from github
1 parent 55ca2a3 commit bf129ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ default-groups = [
8686
]
8787

8888
[tool.uv.sources]
89-
nexus-rpc = { path = "../nexus-sdk-python", editable = true }
90-
temporalio = { path = "../sdk-python", editable = true }
89+
nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python", branch = "v0" }
90+
temporalio = { git = "https://github.com/temporalio/sdk-python", branch = "nexus" }
9191

9292
[tool.hatch.build.targets.sdist]
9393
include = ["./**/*.py"]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)