XComp commented on code in PR #24426:
URL: https://github.com/apache/flink/pull/24426#discussion_r1612942822
##########
.github/workflows/nightly.yml:
##########
@@ -94,3 +94,51 @@ jobs:
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}
s3_access_key: ${{ secrets.IT_CASE_S3_ACCESS_KEY }}
s3_secret_key: ${{ secrets.IT_CASE_S3_SECRET_KEY }}
+
+ build_python_wheels:
+ name: "Build Python Wheels on ${{ matrix.os }}"
Review Comment:
I'm not talking about the subfolder here. I mean the actual build: the
wheels build doesn't depend on the compile workflow right now, i.e. it doesn't
wait for Flink to be build. Therefore, the Flink build (or rather the relevant
Flink dependency) isn't properly packaged with the wheels. ...as far as I
understand.
--
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]