Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ echo "=== Building and Releasing from: ${REPO_DIR} ==="
# -----------------------------------------------------------------------------
# 2. Environment & Tooling Setup
# -----------------------------------------------------------------------------
# Setup virtual environment for releasing
python3 -m venv .venv
source ./.venv/bin/activate

# Upgrade pip and install standard Python build and packaging tools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade \
Expand Down
Loading