You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/.github/workflows
Erick Friis 9545f0666d
fix cli release (#13373)
My thought is that the ==version would prevent pip from finding the
package on regular [pypi.org](http://pypi.org/), so it would look at
[test.pypi.org](http://test.pypi.org/) for that. Otherwise it'll pull
package from [pypi.org](http://pypi.org/) (e.g. sub deps)

Right now, the cli release is failing because it's going to
test.pypi.org by default, so it finds this incorrect FASTAPI package
instead of the real one: https://test.pypi.org/project/FASTAPI/
10 months ago
..
_compile_integration_test.yml
_lint.yml
_pydantic_compatibility.yml
_release.yml fix cli release (#13373) 10 months ago
_release_docker.yml
_test.yml
_test_release.yml
codespell.yml
doc_lint.yml
extract_ignored_words_list.py
langchain_ci.yml
langchain_cli_ci.yml
langchain_cli_release.yml
langchain_experimental_ci.yml
langchain_experimental_release.yml
langchain_experimental_test_release.yml
langchain_release.yml
langchain_release_docker.yml
langchain_test_release.yml
scheduled_test.yml
templates_ci.yml