Skip to content

Commit 8ab9dc0

Browse files
authored
chore: Make sure we point to correct braintrust-sdk-python repo (#18)
1 parent 009a839 commit 8ab9dc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

integrations/adk-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[project.urls]
2323
Homepage = "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]

py/scripts/push-release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ done
3333
# Fetch latest tags
3434
git 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"
3737
TAG_PREFIX="py-sdk-v"
3838
COMMIT=$(git rev-parse --short HEAD)
3939
VERSION=$(bash "$ROOT_DIR/py/scripts/get_version.sh")

0 commit comments

Comments
 (0)