Skip to content

Commit 2a11e89

Browse files
authored
Merge pull request #8530 from jtattermusch/python_aarch64_manylinux_release
Start publishing python aarch64 manylinux wheels normally
2 parents 0d60cc5 + 0a2ddae commit 2a11e89

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

kokoro/release/python/linux/build_artifacts.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,3 @@ build_artifact_version 3.9
6969
build_crosscompiled_aarch64_artifact_version 3.7
7070
build_crosscompiled_aarch64_artifact_version 3.8
7171
build_crosscompiled_aarch64_artifact_version 3.9
72-
73-
# Put the aarch64 manylinux wheels under the "unofficial" subdirectory.
74-
# Only wheels directly under the artifacts/ directory will be published
75-
# to PyPI as part of the protobuf release process.
76-
# TODO(jtattermusch): include aarch64 wheels in the release
77-
# once they are sufficiently tested.
78-
mkdir -p $ARTIFACT_DIR/unofficial
79-
mv $ARTIFACT_DIR/protobuf-*-manylinux*_aarch64.whl $ARTIFACT_DIR/unofficial

0 commit comments

Comments
 (0)