Skip to content

Commit b685b8a

Browse files
Update portable package workflow to cu128 (Comfy-Org#7812)
1 parent 23e39f2 commit b685b8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/stable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: 'CUDA version'
1313
required: true
1414
type: string
15-
default: "126"
15+
default: "128"
1616
python_minor:
1717
description: 'Python minor version'
1818
required: true
@@ -22,7 +22,7 @@ on:
2222
description: 'Python patch version'
2323
required: true
2424
type: string
25-
default: "9"
25+
default: "10"
2626

2727

2828
jobs:

.github/workflows/windows_release_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: 'cuda version'
1818
required: true
1919
type: string
20-
default: "126"
20+
default: "128"
2121

2222
python_minor:
2323
description: 'python minor version'
@@ -29,7 +29,7 @@ on:
2929
description: 'python patch version'
3030
required: true
3131
type: string
32-
default: "9"
32+
default: "10"
3333
# push:
3434
# branches:
3535
# - master

.github/workflows/windows_release_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'cuda version'
88
required: true
99
type: string
10-
default: "126"
10+
default: "128"
1111

1212
python_minor:
1313
description: 'python minor version'
@@ -19,7 +19,7 @@ on:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "9"
22+
default: "10"
2323
# push:
2424
# branches:
2525
# - master

0 commit comments

Comments
 (0)