Add ComfyUI registry publishing and GitHub install URL
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled

- Add pyproject.toml with registry metadata (publisher: ethanfel)
- Add .github/workflows/publish.yml for auto-publish on version bump
- Update README with GitHub clone URL and ComfyUI Manager install

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 19:41:03 +01:00
parent c909f854f4
commit f66cdfd160
3 changed files with 41 additions and 3 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "comfyui-json-dynamic"
version = "1.0.0"
description = "A ComfyUI node that auto-discovers JSON keys and exposes them as typed output slots"
license = { file = "LICENSE" }
requires-python = ">=3.10"
classifiers = ["Operating System :: OS Independent"]
[project.urls]
Repository = "https://github.com/ethanfel/ComfyUI-JSON-Dynamic"
[tool.comfy]
PublisherId = "ethanfel"
DisplayName = "JSON Dynamic Loader"