From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:58:11 +0000 (+0200) Subject: [3.14] gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI... X-Git-Tag: v3.14.0rc3~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e46c0499413bc5f9f8336fe76e2e67cf93f64d8;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI GH-126682" (GH-138197) (#138218) gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI GH-126682" (GH-138197) (cherry picked from commit 03f8d3b0db829dc710869d2fa58a6b75f7b3089b) Co-authored-by: sobolevn --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44f015e2bca0..cf0d67162ad4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,7 +177,7 @@ jobs: - name: Build CPython run: | make -j4 regen-all - make regen-stdlib-module-names regen-sbom regen-unicodedata + make regen-stdlib-module-names regen-sbom - name: Check for changes run: | git add -u