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 9947260deba fix naming changes caused by setuptools (#31012)
9947260deba is described below

commit 9947260debab86688d8be9b70c9cd5ba47379ec8
Author: liferoad <huxiangq...@gmail.com>
AuthorDate: Wed Apr 17 08:55:30 2024 -0400

    fix naming changes caused by setuptools (#31012)
---
 .github/workflows/dask_runner_tests.yml | 2 +-
 .github/workflows/python_tests.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dask_runner_tests.yml 
b/.github/workflows/dask_runner_tests.yml
index 628cf2c3446..5f39852c228 100644
--- a/.github/workflows/dask_runner_tests.yml
+++ b/.github/workflows/dask_runner_tests.yml
@@ -49,7 +49,7 @@ jobs:
         run: pip install -U build && python -m build --sdist
       - name: Rename source file
         working-directory: ./sdks/python/dist
-        run: mv $(ls | grep "apache-beam.*tar\.gz") apache-beam-source.tar.gz
+        run: mv $(ls | grep "apache-beam.*tar\.gz\|apache_beam.*tar\.gz") 
apache-beam-source.tar.gz
       - name: Upload compressed sources as artifacts
         uses: actions/upload-artifact@v4
         with:
diff --git a/.github/workflows/python_tests.yml 
b/.github/workflows/python_tests.yml
index a179939e4df..15d6539e983 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -83,7 +83,7 @@ jobs:
         run: pip install -U build && python -m build --sdist
       - name: Rename source file
         working-directory: ./sdks/python/dist
-        run: mv $(ls | grep "apache-beam.*tar\.gz") apache-beam-source.tar.gz
+        run: mv $(ls | grep "apache-beam.*tar\.gz\|apache_beam.*tar\.gz") 
apache-beam-source.tar.gz
       - name: Upload compressed sources as artifacts
         uses: actions/upload-artifact@v4
         with:

Reply via email to