From 5cae5ff97fe23260febeb23c4bb7f6bfa1552429 Mon Sep 17 00:00:00 2001 From: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:18:24 -0500 Subject: [PATCH] fix: main lfx publish (#11091) * fix: release workflow main version of https://github.com/langflow-ai/langflow/pull/11089 * fix: remove test-lfx-cross-platform remove test-lfx-cross-platform --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d117e97914..82aeacf746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -494,7 +494,7 @@ jobs: publish-lfx: name: Publish LFX to PyPI if: ${{ inputs.release_lfx }} - needs: [build-lfx, test-lfx-cross-platform] + needs: [build-lfx] runs-on: ubuntu-latest steps: - name: Download LFX artifact