mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
bump and fix (#8441)
This commit is contained in:
parent
3892cefac6
commit
2448043b84
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
|
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
if: ${{ inputs.working-directory == 'langchain' }}
|
if: ${{ inputs.working-directory == 'libs/langchain' }}
|
||||||
with:
|
with:
|
||||||
artifacts: "dist/*"
|
artifacts: "dist/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-experimental"
|
name = "langchain-experimental"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.0.246"
|
version = "0.0.247"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user