mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 05:20:39 +00:00
add experimental release action (#8096)
This commit is contained in:
parent
d353d668e4
commit
0faba034b1
19
.github/workflows/langchain_experimental_release.yml
vendored
Normal file
19
.github/workflows/langchain_experimental_release.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: libs/langchain-experimental Release
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'libs/experimental/pyproject.toml'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses:
|
||||
./.github/workflows/_release.yml
|
||||
with:
|
||||
working-directory: libs/experimental
|
||||
secrets: inherit
|
Loading…
Reference in New Issue
Block a user