AnandInguva commented on code in PR #28385:
URL: https://github.com/apache/beam/pull/28385#discussion_r1334781317
##########
.github/workflows/build_wheels.yml:
##########
@@ -117,15 +112,15 @@ jobs:
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_OUTPUT
- name: Build source
working-directory: ./sdks/python
- run: python setup.py sdist --formats=zip
+ run: pip install -U build && python -m build --sdist
- name: Add checksums
working-directory: ./sdks/python/dist
run: |
- file=$(ls | grep .zip | head -n 1)
+ file=$(ls | grep .tar.gz | head -n 1)
Review Comment:
Filed an issue https://github.com/apache/beam/issues/28629. Since we have
time for the next release cut, I will make changes in a follow up PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]