Commit Graph

7 Commits

Author SHA1 Message Date
Dariusz L
4a9dc3219b Update release.yml 2025-06-29 00:06:47 +02:00
Dariusz L
5e7b6778c0 Add GitHub Actions workflow for automated releases
Introduces a release workflow that triggers on pushes to main. The workflow extracts the version from pyproject.toml, ensures unique version tags, and creates a GitHub release using softprops/action-gh-release.
2025-06-29 00:04:49 +02:00
Dariusz L
e05cc3bffc Revert "Refactor publish workflow to composite action"
This reverts commit acf625e1d1.
2025-06-28 05:54:08 +02:00
Dariusz L
acf625e1d1 Refactor publish workflow to composite action
Converted the publish workflow from a job-based GitHub Actions workflow to a reusable composite action. Added inputs for personal access token and skip_checkout, included Python setup and comfy-cli installation steps, and updated the publish command to use the new structure.
2025-06-28 05:53:15 +02:00
Dariusz L
ba4f5fc5ed Update publish.yml 2025-06-20 22:36:23 +02:00
Dariusz L
2ccc784745 Added Outpainting Logic 2025-06-20 19:04:49 +02:00
snomiao
273f51524f chore(publish): Add Github Action for Publishing to Comfy Registry 2024-12-21 02:23:48 +00:00