Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(build): move nightly to testpypi #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged

Conversation

ionmincu
Copy link
Collaborator

@ionmincu ionmincu commented May 30, 2025

Description

Move nightly build to testpypi
See results here: https://test.pypi.org/project/uipath-langchain/#history

Development Package

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

  # Any version from PR
  "uipath-langchain>=0.0.110.dev1000990000,<0.0.110.dev1001000000"
]

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

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

@ionmincu ionmincu self-assigned this May 30, 2025
@ionmincu ionmincu merged commit 2545874 into main May 30, 2025
15 checks passed
@ionmincu ionmincu deleted the feature/testpypi_nightly branch May 30, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants