mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
LangServe: Add release workflow (#11178)
Add release workflow to langserve
This commit is contained in:
parent
89ddc7cbb6
commit
176d71dd85
13
.github/workflows/langserve_release.yml
vendored
Normal file
13
.github/workflows/langserve_release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: libs/langserve Release
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses:
|
||||
./.github/workflows/_release.yml
|
||||
with:
|
||||
working-directory: libs/langserve
|
||||
secrets: inherit
|
Loading…
Reference in New Issue
Block a user