We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dc047 commit f2c28e7Copy full SHA for f2c28e7
utils/scripts/load-binary.sh
@@ -185,7 +185,7 @@ elif [ "$TARGET" = "dotnet" ]; then
185
elif [ "$TARGET" = "python" ]; then
186
assert_version_is_dev
187
188
- TARGET_BRANCH="${TARGET_BRANCH:-3.x-staging}"
+ TARGET_BRANCH="${TARGET_BRANCH:-main}"
189
echo "git+https://github.com/DataDog/dd-trace-py.git@$TARGET_BRANCH" > python-load-from-pip
190
echo "Using $(cat python-load-from-pip)"
191
0 commit comments