Skip to content

Commit

Permalink
Use latest python 3.12.8 the portable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 15, 2025
1 parent cba58ff commit 1709a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: 'Python patch version'
required: true
type: string
default: "7"
default: "8"


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
description: 'python patch version'
required: true
type: string
default: "7"
default: "8"
# push:
# branches:
# - master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: 'python patch version'
required: true
type: string
default: "7"
default: "8"
# push:
# branches:
# - master
Expand Down

0 comments on commit 1709a84

Please sign in to comment.