Skip to content

Commit f2c28e7

Browse files
christophe-papazianerikayasudacbeauchesne
authored
[python] use main again for dev branch (#4008)
Co-authored-by: erikayasuda <[email protected]> Co-authored-by: Charles de Beauchesne <[email protected]>
1 parent 41dc047 commit f2c28e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scripts/load-binary.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ elif [ "$TARGET" = "dotnet" ]; then
185185
elif [ "$TARGET" = "python" ]; then
186186
assert_version_is_dev
187187

188-
TARGET_BRANCH="${TARGET_BRANCH:-3.x-staging}"
188+
TARGET_BRANCH="${TARGET_BRANCH:-main}"
189189
echo "git+https://github.com/DataDog/dd-trace-py.git@$TARGET_BRANCH" > python-load-from-pip
190190
echo "Using $(cat python-load-from-pip)"
191191

0 commit comments

Comments
 (0)