Skip to content

Commit c6cd6a8

Browse files
Antigravity Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 926198252 Change-Id: I140c2db489f1db7818622da3073ebfe326f655fe
1 parent 7f55d8b commit c6cd6a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.kokoro/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ if [[ -z "${PUBLISH_PREBUILT_VERSION:-}" ]]; then
191191
# discovers it via package-data.
192192
touch "${BIN_DEST}/__init__.py"
193193

194+
# Clean setuptools build directory to prevent binary accumulation across platforms.
195+
rm -rf build/
194196
# Build the wheel, then re-tag with the correct platform.
195197
# --no-isolation: use the setuptools/wheel already installed via
196198
# requirements-release.txt rather than creating a fresh venv that

0 commit comments

Comments
 (0)