Skip to content

Commit

Permalink
Fix license reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMroz committed Aug 1, 2024
1 parent f0aeafd commit e03d06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
- publish
paths:
- "pyproject.toml"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "comfyui-workflowcheckpointing"
description = "Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss."
version = "1.0.0"
license = "LICENSE"
version = "1.0.1"
license = { file = "LICENSE" }

[project.urls]
Repository = "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
Expand Down

0 comments on commit e03d06d

Please sign in to comment.