mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 10:02:59 +08:00
Make stable release workflow callable. (#10108)
This commit is contained in:
parent
bed4b49d08
commit
447884b657
36
.github/workflows/stable-release.yml
vendored
36
.github/workflows/stable-release.yml
vendored
@ -2,6 +2,42 @@
|
|||||||
name: "Release Stable Version"
|
name: "Release Stable Version"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
git_tag:
|
||||||
|
description: 'Git tag'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
cache_tag:
|
||||||
|
description: 'Cached dependencies tag'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "cu129"
|
||||||
|
python_minor:
|
||||||
|
description: 'Python minor version'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "13"
|
||||||
|
python_patch:
|
||||||
|
description: 'Python patch version'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "6"
|
||||||
|
rel_name:
|
||||||
|
description: 'Release name'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
default: "nvidia"
|
||||||
|
rel_extra_name:
|
||||||
|
description: 'Release extra name'
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
test_release:
|
||||||
|
description: 'Test Release'
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
git_tag:
|
git_tag:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user