Merge pull request #8530 from jtattermusch/python_aarch64_manylinux_release

Start publishing python aarch64 manylinux wheels normally
pull/8542/head
Jan Tattermusch 4 years ago committed by GitHub
commit 2a11e892ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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

Loading…
Cancel
Save