File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 git submodule init
3535 git submodule update --init --recursive
3636 cd sdk-python
37- git remote set-url origin https://github.com/braintrustdata/braintrust-sdk-python-python .git
37+ git remote set-url origin https://github.com/braintrustdata/braintrust-sdk-python.git
3838 git fetch origin
3939 git checkout ${{ github.event.pull_request.head.sha }}
4040
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121
2222[project .urls ]
2323Homepage = " https://www.braintrust.dev"
24- Repository = " https://github.com/braintrustdata/braintrust-sdk-python-python "
24+ Repository = " https://github.com/braintrustdata/braintrust-sdk-python"
2525
2626
2727[build-system ]
Original file line number Diff line number Diff line change 3333# Fetch latest tags
3434git fetch --tags --prune
3535
36- REPO_URL=" https://github.com/braintrustdata/braintrust-sdk-python-python "
36+ REPO_URL=" https://github.com/braintrustdata/braintrust-sdk-python"
3737TAG_PREFIX=" py-sdk-v"
3838COMMIT=$( git rev-parse --short HEAD)
3939VERSION=$( bash " $ROOT_DIR /py/scripts/get_version.sh" )
You can’t perform that action at this time.
0 commit comments