mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:03:32 +08:00
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
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user