potiuk commented on PR #47798: URL: https://github.com/apache/airflow/pull/47798#issuecomment-2727509263
> Wow! Impressive metric! More files moved than code changed :-D This changed now :) .. During making the PR green I used the opportunity since I was changing anyway the `package preparation` steps - that I **finally** will fix the long standing "what is a package" problem. In the current incarnation of the change I made a consistent change to name what we produce "distributions" not "packages" - because "package" is really ambiguous. See https://packaging.python.org/en/latest/discussions/distribution-package-vs-import-package/ So we will be: * preparing distribution (in a give distribution format - wheel, or sdist) * releasing distribution * verifying distribution * working on distribution We will have `provider distributions` rather than `provider packages`. This is mostly changing `breze` DISTRIBUTION in our code and documentation links etc. I think this is the right time of doing it especially that we are going to have those DISTRIBUTIONS: * `apache-airflow` * `apache-airlfow-core` * `apache-airlfow-task-sdk` * `apache-airflow-providers-*` -> 90+ of those And most of those will have Python `airflow` package inside. -- 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]
