Skip to content

Commit a521ba6

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: fix the wrong directory path in release infra
PiperOrigin-RevId: 660967513
1 parent 3e785bd commit a521ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ twine upload --username __token__ --password "${GCA_TWINE_PASSWORD}" dist/*
3030

3131
# Move into the `vertexai` package, build the distribution and upload.
3232
VERTEXAI_TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_vertexai-pypi-token-1")
33-
cd github/python-aiplatform/pypi/_vertex_ai_placeholder
33+
cd pypi/_vertex_ai_placeholder
3434
python3 -m build
3535
twine upload --username __token__ --password "${VERTEXAI_TWINE_PASSWORD}" dist/*
3636

0 commit comments

Comments
 (0)