Skip to content

Commit 58254bf

Browse files
committed
re-add publish yaml
1 parent 8812920 commit 58254bf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish to Guardrails Hub
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- release
8+
9+
jobs:
10+
setup:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Build & Deploy
14+
uses: guardrails-ai/guardrails/.github/actions/validator_pypi_publish@main
15+
with:
16+
guardrails_token: ${{ secrets.PRIV_PYPI_PUBLISH_TOKEN }}
17+
validator_id: mlcube/rag_retrieval

0 commit comments

Comments
 (0)