You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/04/20 18:53:42 UTC

[beam] 01/01: Add release number to python wheels script

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/wheels
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0393bed75be3cabcc15eb35ff6d6319b4bc6fb82
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Apr 20 14:53:30 2023 -0400

    Add release number to python wheels script
---
 release/src/main/scripts/build_release_candidate.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/release/src/main/scripts/build_release_candidate.sh b/release/src/main/scripts/build_release_candidate.sh
index 127e83fe0b4..409e9ff95c1 100755
--- a/release/src/main/scripts/build_release_candidate.sh
+++ b/release/src/main/scripts/build_release_candidate.sh
@@ -295,7 +295,8 @@ if [[ $confirmation = "y" ]]; then
     --repo-url "${GIT_REPO_BASE_URL}" \
     --rc-tag "${RC_TAG}" \
     --release-commit "${RELEASE_COMMIT}" \
-    --artifacts_dir "${SVN_ARTIFACTS_DIR}"
+    --artifacts_dir "${SVN_ARTIFACTS_DIR}" \
+    --rc_num "${RC_NUM}"
 
   cd "${SVN_ARTIFACTS_DIR}"