Skip to content

Commit f82d09c

Browse files
Update packaging workflow.
1 parent e6829e7 commit f82d09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: "121"
10+
default: "124"
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: "8"
22+
default: "9"
2323
# push:
2424
# branches:
2525
# - master

0 commit comments

Comments
 (0)