This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/finalize in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6147afe9baceb32914b3cdef0480bb8ad6e8d1fa Author: Danny McCormick <[email protected]> AuthorDate: Mon Nov 20 09:50:04 2023 -0500 Fix file extension for pypi artifacts --- .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
