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 7e750d1 commit b7af0ebCopy full SHA for b7af0eb
pyproject.toml
@@ -22,6 +22,9 @@ dependencies = [
22
"pydantic"
23
]
24
25
+[project.optional-dependencies]
26
+build = ["uv>=0.8.0,<0.9.0"] # For python-semantic-release build command, used in GitHub actions
27
+
28
[project.urls]
29
Homepage = "https://github.com/LinkupPlatform/linkup-python-sdk"
30
Documentation = "https://github.com/LinkupPlatform/linkup-python-sdk#readme"
@@ -84,6 +87,7 @@ commit_parser = "conventional"
84
87
allow_zero_version = true
85
88
major_on_zero = false
86
89
build_command = """
90
+ python -m pip install -e '.[build]'
91
uv lock --upgrade-package "$PACKAGE_NAME"
92
git add uv.lock
93
uv build
0 commit comments