SIGN IN SIGN UP
langflow-ai / langflow UNCLAIMED

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

0 0 0 Python

fix: gate PyPI publish jobs on CI completion in release workflow (#12168)

fix: gate PyPI publish jobs on CI completion

The publish-base, publish-main, and publish-lfx jobs were not waiting
for the CI workflow to complete before publishing to PyPI. This could
result in broken packages being published if CI fails. Docker builds
already correctly depend on CI.

Add 'ci' to the needs array of all three publish jobs so packages
are only published after the full test suite passes.
V
vjgit96 committed
bc2da110e5c193da376398b531f4a0e06ad58275
Parent: 170c986
Committed by GitHub <[email protected]> on 3/12/2026, 6:36:51 PM