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 bc0efc4b79e Fix file extension for pypi artifacts (#29496)
bc0efc4b79e is described below

commit bc0efc4b79e6075d28b51c469974c16403a8f879
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Nov 20 06:57:58 2023 -0800

    Fix file extension for pypi artifacts (#29496)
---
 .github/workflows/finalize_release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/finalize_release.yml 
b/.github/workflows/finalize_release.yml
index ef901bdc68b..9a8b47ad3e4 100644
--- a/.github/workflows/finalize_release.yml
+++ b/.github/workflows/finalize_release.yml
@@ -118,7 +118,7 @@ jobs:
       env:
         RELEASE: "${{ github.event.inputs.RELEASE }}"
       run: |
-        wget -r --no-parent -A zip,whl 
"https://dist.apache.org/repos/dist/dev/beam/${RELEASE}/python";
+        wget -r --no-parent -A tar.gz,whl 
"https://dist.apache.org/repos/dist/dev/beam/${RELEASE}/python";
         cd "dist.apache.org/repos/dist/dev/beam/${RELEASE}/python/"
         echo "Will upload the following files to PyPI:"
         ls

Reply via email to