jedcunningham opened a new pull request, #48089: URL: https://github.com/apache/airflow/pull/48089
We are now including node_modules into our wheel/sdist files, which makes them rather large. This brings them back down. This was a regression with the core move. Before: ``` 11K apache_airflow-3.0.0.dev0-py3-none-any.whl 688M apache_airflow-3.0.0.dev0.tar.gz 212M apache_airflow_core-3.0.0.dev0-py3-none-any.whl 63M apache_airflow_core-3.0.0.dev0.tar.gz ``` After: ``` 11K apache_airflow-3.0.0.dev0-py3-none-any.whl 26K apache_airflow-3.0.0.dev0.tar.gz 3.4M apache_airflow_core-3.0.0.dev0-py3-none-any.whl 2.6M apache_airflow_core-3.0.0.dev0.tar.gz ``` -- 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]
