langchain/.github
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/
2023-11-14 15:08:35 -08:00
..
actions/poetry_setup Final poetry action fix: manually recreate softlinks broken by caching. (#10250) 2023-09-05 15:47:58 -04:00
ISSUE_TEMPLATE rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
tools Cache black formatting information across CI runs. (#9413) 2023-08-18 09:49:50 -04:00
workflows fix cli release (#13373) 2023-11-14 15:08:35 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#12105) 2023-10-23 15:15:24 -04:00
CONTRIBUTING.md Install and use ruff format instead of black for code formatting. (#12585) 2023-10-31 10:53:12 -04:00
PULL_REQUEST_TEMPLATE.md rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00