Skip to content

Commit

Permalink
[python] use main again for dev branch (#4008)
Browse files Browse the repository at this point in the history
Co-authored-by: erikayasuda <[email protected]>
Co-authored-by: Charles de Beauchesne <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent 41dc047 commit f2c28e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scripts/load-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit f2c28e7

Please sign in to comment.