mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
rebase & trigger a push
This commit is contained in:
parent
f9c309d05c
commit
5f04869a86
1 changed files with 11 additions and 9 deletions
20
.github/workflows/publish-to-test-pypi.yml
vendored
20
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -1,14 +1,15 @@
|
||||||
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Keep manual trigger
|
push
|
||||||
inputs:
|
# workflow_dispatch: # Keep manual trigger
|
||||||
version:
|
# inputs:
|
||||||
description: 'Version number (e.g. 0.0.63.dev20250111)'
|
# version:
|
||||||
required: true
|
# description: 'Version number (e.g. 0.0.63.dev20250111)'
|
||||||
type: string
|
# required: true
|
||||||
schedule:
|
# type: string
|
||||||
- cron: "0 0 * * *" # Run every day at midnight
|
# schedule:
|
||||||
|
# - cron: "0 0 * * *" # Run every day at midnight
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-client-and-models-build:
|
trigger-client-and-models-build:
|
||||||
|
@ -31,7 +32,8 @@ jobs:
|
||||||
elif [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
|
elif [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
|
||||||
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
|
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "version=${version}.dev$(shuf -i 10000000-99999999 -n 1)" >> $GITHUB_OUTPUT
|
# echo "version=${version}.dev$(shuf -i 10000000-99999999 -n 1)" >> $GITHUB_OUTPUT
|
||||||
|
echo "version=0.0.64rc1" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- name: Trigger llama-stack-client workflow
|
- name: Trigger llama-stack-client workflow
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue