Skip to content

Commit 8f29664

Browse files
Change defaults in nightly package workflow.
1 parent 0b9839e commit 8f29664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_release_nightly_pytorch.yml

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

1212
python_minor:
1313
description: 'python minor version'
1414
required: true
1515
type: string
16-
default: "12"
16+
default: "13"
1717

1818
python_patch:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "4"
22+
default: "1"
2323
# push:
2424
# branches:
2525
# - master

0 commit comments

Comments
 (0)