mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +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:
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
|
||||
- name: Build project for distribution
|
||||
run: poetry build
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Reference in New Issue
Block a user