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

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

commit bc54abdbb59471c1a430d7c0f8e13b8f78b9ae00
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Apr 24 13:09:34 2024 -0400

    Python package string change
---
 .github/workflows/deploy_release_candidate_pypi.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy_release_candidate_pypi.yaml 
b/.github/workflows/deploy_release_candidate_pypi.yaml
index 690442ff7a7..bf57aeaaad7 100644
--- a/.github/workflows/deploy_release_candidate_pypi.yaml
+++ b/.github/workflows/deploy_release_candidate_pypi.yaml
@@ -68,8 +68,8 @@ jobs:
         cd "${PYTHON_ARTIFACTS_DIR}"
         ls
 
-        echo "------Checking Hash Value for apache-beam-${RELEASE}rc${{ 
github.event.inputs.RC }}.tar.gz-----"
-        sha512sum -c "apache-beam-${RELEASE}rc${{ github.event.inputs.RC 
}}.tar.gz.sha512"
+        echo "------Checking Hash Value for apache_beam-${RELEASE}rc${{ 
github.event.inputs.RC }}.tar.gz-----"
+        sha512sum -c "apache_beam-${RELEASE}rc${{ github.event.inputs.RC 
}}.tar.gz.sha512"
         
         for artifact in *.whl; do
           echo "----------Checking Hash Value for ${artifact} wheel-----------"

Reply via email to