Skip to content

Commit

Permalink
Merge pull request #8530 from jtattermusch/python_aarch64_manylinux_r…
Browse files Browse the repository at this point in the history
…elease

Start publishing python aarch64 manylinux wheels normally
  • Loading branch information
jtattermusch committed Apr 26, 2021
2 parents 0d60cc5 + 0a2ddae commit 2a11e89
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kokoro/release/python/linux/build_artifacts.sh
Expand Up @@ -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

0 comments on commit 2a11e89

Please sign in to comment.