1
0
mirror of synced 2025-12-19 18:14:56 -05:00

.github: fix python CDK publish (#35391)

This commit is contained in:
Marius Posta
2024-02-19 07:23:22 -08:00
committed by GitHub
parent 22cf6ae907
commit 088b9b7762

View File

@@ -191,7 +191,10 @@ cmd_publish() {
_error_if_tag_exists "$versioned_image"
# building the connector
cmd_build "$path" "$run_tests"
if [ "$path" != "airbyte-cdk/python"]
# The python CDK will already have been built and tested earlier in the github workflow.
cmd_build "$path" "$run_tests"
fi
# in case curing the build / tests someone this version has been published.
_error_if_tag_exists "$versioned_image"