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 separate compile integration tests (#12171) 11 months ago
_lint.yml Remove `black` caching config from CI lint workflow. (#12594) 10 months ago
_pydantic_compatibility.yml Update to `actions/checkout@v4`. (#11951) 11 months ago
_release.yml fix cli release (#13373) 10 months ago
_release_docker.yml Add base docker image and ci script for building and pushing (#10927) 11 months ago
_test.yml CLI CI 2 (#12387) 11 months ago
_test_release.yml Use separate jobs for building and publishing test releases. (#12671) 10 months ago
codespell.yml Update to `actions/checkout@v4`. (#11951) 11 months ago
doc_lint.yml Upgrade to `actions/checkout@v4` in the docs lint job. (#12581) 10 months ago
extract_ignored_words_list.py Lint Python notebooks with ruff. (#12677) 10 months ago
langchain_ci.yml better lint triggering (#12376) 11 months ago
langchain_cli_ci.yml Remove the CLI package's pydantic compatibility tests. (#12675) 10 months ago
langchain_cli_release.yml add gha for cli (#12492) 11 months ago
langchain_experimental_ci.yml notebook fmt (#12498) 11 months ago
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 1 year ago
langchain_experimental_test_release.yml add experimental test release gha (#12229) 11 months ago
langchain_release.yml Update langchain_release.yml (#11444) 11 months ago
langchain_release_docker.yml Trigger Docker release workflow after new langchain release is made. (#11290) 11 months ago
langchain_test_release.yml bump 321 (#12161) 11 months ago
scheduled_test.yml fireworks scheduled integration tests (#12373) 11 months ago
templates_ci.yml Templates CI (#12313) 11 months ago