From 354e54a6d3bcaf38efd878e195eadfa9a687b5b3 Mon Sep 17 00:00:00 2001 From: hcornet Date: Sat, 14 Feb 2026 16:59:18 +0100 Subject: [PATCH] remove __pycache__ --- .gitea/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 849862c..f10532d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -35,8 +35,9 @@ jobs: # Copie uniquement le contenu de scripts/ dans buildtmp/bin cp -r scripts/. buildtmp/bin/ - # Exclure __init__.py + # Exclure __init__.py and remove buildtmp/bin/__pycache__ find buildtmp/bin -name "__init__.py" -delete + rm -R "buildtmp/bin/__pycache__" # Metadata cat > buildtmp/update/BUILD_INFO.txt <