Skip to content

build: add dev build#15

Merged
ionmincu merged 1 commit intomainfrom
feature/add_dev_build
May 22, 2025
Merged

build: add dev build#15
ionmincu merged 1 commit intomainfrom
feature/add_dev_build

Conversation

@ionmincu
Copy link
Copy Markdown
Collaborator

@ionmincu ionmincu commented May 22, 2025

Description

Add dev builds

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-llamaindex==0.0.11.dev1000150004",

  # Any version from PR
  "uipath-llamaindex>=0.0.11.dev1000150000,<0.0.11.dev1000160000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-llamaindex = { index = "testpypi" }

@ionmincu ionmincu added the build:dev Create a dev build from the pr label May 22, 2025
@ionmincu ionmincu force-pushed the feature/add_dev_build branch from c3eb01d to 275700e Compare May 22, 2025 08:15
@ionmincu ionmincu force-pushed the feature/add_dev_build branch from 275700e to c4edb71 Compare May 22, 2025 08:54
@ionmincu ionmincu merged commit 838b1ba into main May 22, 2025
3 checks passed
@cristipufu cristipufu deleted the feature/add_dev_build branch June 30, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant