mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
llama-stack-client-python
This commit is contained in:
parent
16af87c822
commit
7ca2f5edb1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-to-test-pypi.yml
vendored
4
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -33,8 +33,8 @@ jobs:
|
||||||
- name: Trigger llama-stack-client workflow
|
- name: Trigger llama-stack-client workflow
|
||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT_TOKEN }} # Personal Access Token with repo access
|
token: ${{ secrets.PAT_TOKEN }}
|
||||||
repository: meta-llama/llama-stack-client # Replace with actual repository path
|
repository: meta-llama/llama-stack-client-python
|
||||||
event-type: build-client-package
|
event-type: build-client-package
|
||||||
client-payload: '{"source": "llama-stack-nightly", "version": "${{ steps.version.outputs.version }}"}'
|
client-payload: '{"source": "llama-stack-nightly", "version": "${{ steps.version.outputs.version }}"}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue