Skip to content

Commit a4df979

Browse files
committed
Install nexus-rpc from GitHub
1 parent 2443c50 commit a4df979

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/build-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ jobs:
7474
with:
7575
name: packages-${{ matrix.package-suffix }}
7676
path: dist
77+
78+
- name: Deliberately fail to prevent releasing nexus-rpc w/ GitHub link in pyproject.toml
79+
run: |
80+
echo "This is a deliberate failure to prevent releasing nexus-rpc with a GitHub link in pyproject.toml"
81+
exit 1

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,6 @@ exclude = [
236236
[tool.uv]
237237
# Prevent uv commands from building the package by default
238238
package = false
239+
240+
[tool.uv.sources]
241+
nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python.git", rev = "35f574c711193a6e2560d3e6665732a5bb7ae92c" }

uv.lock

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

0 commit comments

Comments
 (0)