mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
revert back
This commit is contained in:
parent
5f04869a86
commit
58ed2d224a
1 changed files with 9 additions and 11 deletions
20
.github/workflows/publish-to-test-pypi.yml
vendored
20
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -1,15 +1,14 @@
|
||||||
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
workflow_dispatch: # Keep manual trigger
|
||||||
# workflow_dispatch: # Keep manual trigger
|
inputs:
|
||||||
# inputs:
|
version:
|
||||||
# version:
|
description: 'Version number (e.g. 0.0.63.dev20250111)'
|
||||||
# description: 'Version number (e.g. 0.0.63.dev20250111)'
|
required: true
|
||||||
# required: true
|
type: string
|
||||||
# type: string
|
schedule:
|
||||||
# schedule:
|
- cron: "0 0 * * *" # Run every day at midnight
|
||||||
# - cron: "0 0 * * *" # Run every day at midnight
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-client-and-models-build:
|
trigger-client-and-models-build:
|
||||||
|
@ -32,8 +31,7 @@ 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