mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
add ver
This commit is contained in:
parent
cca27819b9
commit
dc74675dc8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-to-test-pypi.yml
vendored
2
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
||||||
repository: meta-llama/llama-stack-client-python
|
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 }}"}'
|
||||||
|
outputs:
|
||||||
|
version: ${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build distribution 📦
|
name: Build distribution 📦
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue