> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# 持续交付

### 将版本发布作为 CI/CD 管道的一部分

我们编写了一个 [Github Action](https://github.com/Comfy-Org/node-publish-action)，用于发布自定义节点的版本。该操作会将自定义节点的新版本发布到 Comfy Registry，并可根据您所需的开发工作流程进行配置。

#### 更改 pyproject.toml 时发布

```yaml theme={null}


```

#### 创建新版本时发布

```yaml theme={null}


```

#### 手动发布

```yaml theme={null}
```
