Bump portable deps workflow to torch cu130 python 3.13.9

This commit is contained in:
comfyanonymous 2025-10-26 20:21:52 -04:00 committed by GitHub
parent 9d529e5308
commit 75d2c62035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ on:
description: 'cuda version' description: 'cuda version'
required: true required: true
type: string type: string
default: "129" default: "130"
python_minor: python_minor:
description: 'python minor version' description: 'python minor version'
@ -29,7 +29,7 @@ on:
description: 'python patch version' description: 'python patch version'
required: true required: true
type: string type: string
default: "6" default: "9"
# push: # push:
# branches: # branches:
# - master # - master