mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
test done
This commit is contained in:
parent
74c6c9e582
commit
00867345b4
1 changed files with 8 additions and 9 deletions
17
.github/workflows/publish-to-test-pypi.yml
vendored
17
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -1,15 +1,14 @@
|
|||
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
||||
|
||||
on:
|
||||
push
|
||||
# workflow_dispatch: # Keep manual trigger
|
||||
# inputs:
|
||||
# version:
|
||||
# description: 'Version number (e.g. 0.0.63.dev20250111)'
|
||||
# required: true
|
||||
# type: string
|
||||
# schedule:
|
||||
# - cron: "0 0 * * *" # Run every day at midnight
|
||||
workflow_dispatch: # Keep manual trigger
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version number (e.g. 0.0.63.dev20250111)'
|
||||
required: true
|
||||
type: string
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Run every day at midnight
|
||||
|
||||
jobs:
|
||||
trigger-client-and-models-build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue