Skip to content

Commit

Permalink
Merge pyproject and publish branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMroz committed Jun 19, 2024
2 parents 5c7c719 + db8f7a7 commit f0aeafd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish to Comfy registry
on:
workflow_dispatch:
push:
branches:
- main
- master
paths:
- "pyproject.toml"

jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Publish Custom Node
uses: Comfy-Org/publish-node-action@main
with:
## Add your own personal access token to your Github Repository secrets and reference it here.
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Repository = "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
PublisherId = "austinmroz"
DisplayName = "ComfyUI-WorkflowCheckpointing"
Icon = ""

0 comments on commit f0aeafd

Please sign in to comment.