File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed
Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 push :
55 tags :
6- - " v*"
7- paths :
8- - " pyproject.toml"
6+ - " v*.*.*"
97
108permissions :
119 issues : write
2018 with :
2119 submodules : true
2220
23- - name : Extract version from tag
24- id : get_version
25- run : |
26- echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
27-
28- - name : Update pyproject.toml version (not committed)
29- run : |
30- echo "Current pyproject.toml content:"
31- cat pyproject.toml
32- echo "TAG_VERSION: ${TAG_VERSION}"
33-
34- # 更可靠的 sed 命令
35- sed -i "s/version = \"[^\"]*\"/version = \"${TAG_VERSION}\"/" pyproject.toml
36-
37- echo "Updated pyproject.toml content:"
38- cat pyproject.toml
3921 - name : Publish Custom Node
4022 uses : Comfy-Org/publish-node-action@v1
4123 with :
Original file line number Diff line number Diff line change 22name = " lightx2vwrapper"
33description = " ComfyUI-Lightx2vWrapper is an inference wrapper for Lightx2v designed for use with ComfyUI."
44version = " 1.0.0"
5- license = {file = " LICENSE" }
5+ license = { file = " LICENSE" }
66
77[project .urls ]
8- Repository = " https://github.com/GACLove /ComfyUI-Lightx2vWrapper"
8+ Repository = " https://github.com/ModelTC /ComfyUI-Lightx2vWrapper"
99# Used by Comfy Registry https://comfyregistry.org
1010
1111[tool .comfy ]
You can’t perform that action at this time.
0 commit comments