Skip to content

Commit 088b9b7

Browse files
author
Marius Posta
authored
.github: fix python CDK publish (#35391)
1 parent 22cf6ae commit 088b9b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/integrations/manage.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,10 @@ cmd_publish() {
191191
_error_if_tag_exists "$versioned_image"
192192

193193
# building the connector
194-
cmd_build "$path" "$run_tests"
194+
if [ "$path" != "airbyte-cdk/python"]
195+
# The python CDK will already have been built and tested earlier in the github workflow.
196+
cmd_build "$path" "$run_tests"
197+
fi
195198

196199
# in case curing the build / tests someone this version has been published.
197200
_error_if_tag_exists "$versioned_image"

0 commit comments

Comments
 (0)