tirkarthi commented on issue #59821: URL: https://github.com/apache/airflow/issues/59821#issuecomment-3694500038
The tsx and openapi based generated files can also be removed since dist folder has js files delivered to frontend. There is also a duplication of translation files included in dist and public folders in the wheel file. https://github.com/apache/airflow/pull/48089#issuecomment-2745046843 https://app.slack.com/client/TCQ18L22Z/C07813CNKA8/1741607320.988709 ``` $ time uv build --wheel Building wheel... Successfully built /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl uv build --wheel 33.10s user 0.51s system 98% cpu 33.967 total $ ls -alth /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl -rw-r--r-- 1 karthikeyan karthikeyan 5.3M Dec 28 11:54 /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl ``` Excluding src/airflow/ui/src/, src/airflow/ui/public/ and src/airflow/ui/openapi-gen ``` $ time uv build --wheel Building wheel... Successfully built /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl uv build --wheel 32.47s user 0.45s system 100% cpu 32.918 total $ ls -alth /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl -rw-r--r-- 1 karthikeyan karthikeyan 4.3M Dec 28 11:55 /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl ``` Excluding src/airflow/ui/src/ and src/airflow/ui/openapi-gen ``` time uv build --wheel Building wheel... Successfully built /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl uv build --wheel 33.18s user 0.51s system 99% cpu 33.692 total $ ls -alth /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl -rw-r--r-- 1 karthikeyan karthikeyan 4.5M Dec 28 11:57 /home/karthikeyan/stuff/python/airflow/dist/apache_airflow_core-3.2.0-py3-none-any.whl ``` -- 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]
