From 0a2ddaebc93a125ad78c1ce269357364cfd98cdf Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Sat, 24 Apr 2021 06:15:59 +0200 Subject: [PATCH] start publishing python aarch64 manylinux wheels normally --- kokoro/release/python/linux/build_artifacts.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kokoro/release/python/linux/build_artifacts.sh b/kokoro/release/python/linux/build_artifacts.sh index b676e0e3023d..fc9e740330cb 100755 --- a/kokoro/release/python/linux/build_artifacts.sh +++ b/kokoro/release/python/linux/build_artifacts.sh @@ -69,11 +69,3 @@ build_artifact_version 3.9 build_crosscompiled_aarch64_artifact_version 3.7 build_crosscompiled_aarch64_artifact_version 3.8 build_crosscompiled_aarch64_artifact_version 3.9 - -# Put the aarch64 manylinux wheels under the "unofficial" subdirectory. -# Only wheels directly under the artifacts/ directory will be published -# to PyPI as part of the protobuf release process. -# TODO(jtattermusch): include aarch64 wheels in the release -# once they are sufficiently tested. -mkdir -p $ARTIFACT_DIR/unofficial -mv $ARTIFACT_DIR/protobuf-*-manylinux*_aarch64.whl $ARTIFACT_DIR/unofficial