Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Github Action for Publishing to Comfy Registry #22

Merged
merged 2 commits into from
Aug 11, 2024

Conversation

haohaocreates
Copy link
Contributor

@haohaocreates haohaocreates commented May 22, 2024

This PR adds a Github Action (publish-node-action) that will run whenever the pyproject.toml file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR).

Action Required:

  • Make sure the trigger branch (master or main) in publish.yaml matches the branch you want to use as the publishing branch. It will only trigger when the pyproject.toml gets updated on that branch.
  • Create an api key on the Registry for publishing from Github. Instructions.
  • Add it to your Github Repository Secrets as REGISTRY_ACCESS_TOKEN.

More info on the registry.
Please message me on Discord if you have any questions!

.github/workflows/publish.yml Outdated Show resolved Hide resolved
@digitaljohn digitaljohn self-assigned this Jun 30, 2024
@digitaljohn digitaljohn added the enhancement New feature or request label Jun 30, 2024
Co-authored-by: John Richard Chipps-Harding <[email protected]>
@haohaocreates
Copy link
Contributor Author

hey @digitaljohn , feel free to just merge in your changes next time! but appreciate the ping first hehe - sorry for such a long response time

@digitaljohn digitaljohn merged commit 9e1a75c into digitaljohn:master Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants