File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- name : 📦 Publish to Comfy registry
1+ name : Publish to Comfy registry
22on :
33 workflow_dispatch :
44 push :
5- tags :
6- - ' *'
7-
8- permissions :
9- issues : write
5+ branches :
6+ - main
7+ paths :
8+ - " pyproject.toml"
109
1110jobs :
1211 publish-node :
1312 name : Publish Custom Node to registry
1413 runs-on : ubuntu-latest
1514 steps :
16- - name : ♻️ Check out code
15+ - name : Check out code
1716 uses : actions/checkout@v4
18- - name : 📦 Publish Custom Node
17+ - name : Publish Custom Node
1918 uses : Comfy-Org/publish-node-action@main
2019 with :
21- personal_access_token : ${{ secrets.REGISTRY_ACCESS_TOKEN }}
20+ personal_access_token : ${{ secrets.REGISTRY_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=70.0"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " comfy- psutil-container-memory-patch"
6+ name = " psutil-container-memory-patch"
77version = " 0.0.1"
88description = " Make comfyui show correct memory information in the container (psutil monkey path)"
99authors = [
You can’t perform that action at this time.
0 commit comments