mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
9545f0666d
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/ |
||
---|---|---|
.. | ||
_compile_integration_test.yml | ||
_lint.yml | ||
_pydantic_compatibility.yml | ||
_release_docker.yml | ||
_release.yml | ||
_test_release.yml | ||
_test.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_docker.yml | ||
langchain_release.yml | ||
langchain_test_release.yml | ||
scheduled_test.yml | ||
templates_ci.yml |