File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 generate_release_notes : true
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24- - name : Update project name for Comfy Registry
25- run : |
26- sed -i 's/name = "comfyui-nunchaku"/name = "ComfyUI-nunchaku"/' pyproject.toml
27- echo "Updated pyproject.toml:"
28- grep 'name = "ComfyUI-nunchaku"' pyproject.toml
29- shell : bash
24+ # - name: Update project name for Comfy Registry
25+ # run: |
26+ # sed -i 's/name = "comfyui-nunchaku"/name = "ComfyUI-nunchaku"/' pyproject.toml
27+ # echo "Updated pyproject.toml:"
28+ # grep 'name = "ComfyUI-nunchaku"' pyproject.toml
29+ # shell: bash
3030 - name : Publish Custom Node
3131 uses : Comfy-Org/publish-node-action@main
3232 with :
Original file line number Diff line number Diff line change 6666 hooks :
6767 - id : rstcheck
6868 additional_dependencies : ['rstcheck[sphinx,toml]']
69- - repo : https://github.com/tox-dev/pyproject-fmt
70- rev : " v2.6.0"
71- hooks :
72- - id : pyproject-fmt
69+ # - repo: https://github.com/tox-dev/pyproject-fmt
70+ # rev: "v2.6.0"
71+ # hooks:
72+ # - id: pyproject-fmt
You can’t perform that action at this time.
0 commit comments