mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 11:08:55 +00:00
run poetry build in working dir (#12610)
Was failing because was trying to build from root: https://github.com/langchain-ai/langchain/actions/runs/6700033981/job/18205251365
This commit is contained in:
parent
f39246bd7e
commit
e933212a3d
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
# https://github.com/pypa/gh-action-pypi-publish#non-goals
|
# https://github.com/pypa/gh-action-pypi-publish#non-goals
|
||||||
- name: Build project for distribution
|
- name: Build project for distribution
|
||||||
run: poetry build
|
run: poetry build
|
||||||
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user