From 597aaec2341f754769b5442fe6a9d3caf3f875aa Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 28 Feb 2025 13:29:43 -0500 Subject: [PATCH] 1.10.13 (#2768) --- .github/workflows/release.yaml | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6867619af..df9ac7e83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,9 @@ jobs: - name: Install build dependencies run: python -m pip install build - name: Setup pypi package - run: cp -r dist/* comfyui_frontend_package/comfyui_frontend/static/ + run: | + mkdir -p comfyui_frontend_package/comfyui_frontend/static/ + cp -r dist/* comfyui_frontend_package/comfyui_frontend/static/ - name: Build pypi package run: python -m build working-directory: comfyui_frontend_package diff --git a/package-lock.json b/package-lock.json index c8841e895..dc5b68784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@comfyorg/comfyui-frontend", - "version": "1.10.12", + "version": "1.10.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@comfyorg/comfyui-frontend", - "version": "1.10.12", + "version": "1.10.13", "license": "GPL-3.0-only", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", diff --git a/package.json b/package.json index 6069cfe5a..a61604798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.10.12", + "version": "1.10.13", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",