landryb commented on PR #32572: URL: https://github.com/apache/superset/pull/32572#issuecomment-2789391584
and same thing, doing a `pip wheel .` from a clone builds a wheel that doesn't contain the file: ``` /data/src/georchestra/superset-core $pip wheel --wheel-dir=/tmp/wheel . /data/src/georchestra/superset-core $unzip -l /tmp/wheel/apache_superset-0.0.0.dev0-py3-none-any.whl |grep /prune ``` the last command yields nothing (and ofc all the other files are here) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
