Update release workflow to python3.13 pytorch cu129 (#9315)

* Try to reduce size of portable even more.

* Update stable release workflow to python 3.13 cu129

* Update dependencies workflow to python3.13 cu129
This commit is contained in:
comfyanonymous
2025-08-13 00:01:12 -07:00
committed by GitHub
parent 3294782d19
commit 5ca8e2fac3
3 changed files with 15 additions and 8 deletions

View File

@@ -17,19 +17,19 @@ on:
description: 'cuda version'
required: true
type: string
default: "128"
default: "129"
python_minor:
description: 'python minor version'
required: true
type: string
default: "12"
default: "13"
python_patch:
description: 'python patch version'
required: true
type: string
default: "10"
default: "6"
# push:
# branches:
# - master