Skip to content

Commit aacf0f4

Browse files
committed
Fix registry publish: update action to @main, bump to 2.6.3
- publish_action.yml: @v1 -> @main (20 commits of fixes behind) - publish_action.yml: remove unnecessary permissions: issues: write - pyproject.toml: 2.6.2 -> 2.6.3 to trigger fresh publish - All 2.6.x versions stuck in NodeVersionStatusFlagged, likely due to stale action
1 parent 7d24e15 commit aacf0f4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish_action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
paths:
88
- "pyproject.toml"
99

10-
permissions:
11-
issues: write
12-
1310
jobs:
1411
publish-node:
1512
name: Publish Custom Node to registry
@@ -19,6 +16,6 @@ jobs:
1916
- name: Check out code
2017
uses: actions/checkout@v4
2118
- name: Publish Custom Node
22-
uses: Comfy-Org/publish-node-action@v1
19+
uses: Comfy-Org/publish-node-action@main
2320
with:
2421
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-multigpu"
33
description = "Provides a suite of custom nodes to manage multiple GPUs for ComfyUI, including advanced model offloading for both GGUF and Safetensor formats with DisTorch, and bespoke MultiGPU support for WanVideoWrapper and other custom nodes."
4-
version = "2.6.2"
4+
version = "2.6.3"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)