Cary Hawkins
Cary Hawkins
It looks like in run_shell_commands that after `process = context.env.run_shell_command(command)` flushing stdout and stderr fixes the issue because of a timing issue with subprocess buffering.
The merge of #2061 should unblock the publishing now
Thanks for raising this issue. There is a script that handles updating those distributions. There is a new release of hatch coming soon and I will discuss with @ofek about...
Because of context formatting, your script should look like this instead, note the double curly braces. ``` [tool.hatch.envs.default.scripts] clean = [ "find . -type d -name '__pycache__' -exec rm -rf...