From c4d64f2adc67e26e098041b0008559315b269f09 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 28 Feb 2025 13:37:19 -0500 Subject: [PATCH] 1.10.14 (#2769) --- .github/workflows/release.yaml | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df9ac7e83..f5fa81e0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,6 +93,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_TOKEN }} + packages-dir: comfyui_frontend_package/dist publish_types: needs: build diff --git a/package-lock.json b/package-lock.json index dc5b68784..1f5d0c84c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@comfyorg/comfyui-frontend", - "version": "1.10.13", + "version": "1.10.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@comfyorg/comfyui-frontend", - "version": "1.10.13", + "version": "1.10.14", "license": "GPL-3.0-only", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", diff --git a/package.json b/package.json index a61604798..cfaeb30c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.10.13", + "version": "1.10.14", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",