Skip to content

Commit

Permalink
.github: fix python CDK publish (#35391)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Feb 19, 2024
1 parent 22cf6ae commit 088b9b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 088b9b7

Please sign in to comment.