From f2c28e769a700e6c5d2bc81758ed81cfa62f237a Mon Sep 17 00:00:00 2001 From: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:41:56 +0100 Subject: [PATCH] [python] use main again for dev branch (#4008) Co-authored-by: erikayasuda <153395705+erikayasuda@users.noreply.github.com> Co-authored-by: Charles de Beauchesne --- utils/scripts/load-binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/scripts/load-binary.sh b/utils/scripts/load-binary.sh index f50db846cf..07555895b0 100755 --- a/utils/scripts/load-binary.sh +++ b/utils/scripts/load-binary.sh @@ -185,7 +185,7 @@ elif [ "$TARGET" = "dotnet" ]; then elif [ "$TARGET" = "python" ]; then assert_version_is_dev - TARGET_BRANCH="${TARGET_BRANCH:-3.x-staging}" + TARGET_BRANCH="${TARGET_BRANCH:-main}" echo "git+https://github.com/DataDog/dd-trace-py.git@$TARGET_BRANCH" > python-load-from-pip echo "Using $(cat python-load-from-pip)"