mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
14 lines
259 B
YAML
14 lines
259 B
YAML
---
|
|
name: libs/experimental Release
|
|
|
|
on:
|
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
|
|
|
jobs:
|
|
release:
|
|
uses:
|
|
./.github/workflows/_release.yml
|
|
with:
|
|
working-directory: libs/experimental
|
|
secrets: inherit
|