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

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


The following commit(s) were added to refs/heads/master by this push:
     new 495e9b2eb7e Python package string change (#31093)
495e9b2eb7e is described below

commit 495e9b2eb7ed1b474db4e2d18db443218f4657ba
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Apr 24 13:50:30 2024 -0400

    Python package string change (#31093)
---
 .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