Ferenc Csaky created FLINK-37952: ------------------------------------ Summary: Do not tar python wheel packages in GH Nightly workflow Key: FLINK-37952 URL: https://issues.apache.org/jira/browse/FLINK-37952 Project: Flink Issue Type: Improvement Reporter: Ferenc Csaky Assignee: Ferenc Csaky Fix For: 2.1.0
The new way of building Python wheel is to use the Nightly GitHub workflow, and upload the built articles. The article upload zips any uploaded artifact, so compressing it to a {{tar.gz}} as part of the workflow is redundant and requires 2 decompression when you try to use it during the next release phase step. -- This message was sent by Atlassian Jira (v8.20.10#820010)