https://github.com/python/cpython/commit/0e46c0499413bc5f9f8336fe76e2e67cf93f64d8 commit: 0e46c0499413bc5f9f8336fe76e2e67cf93f64d8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-28T07:58:11Z summary:
[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 <[email protected]> files: M .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44f015e2bca0ba..cf0d67162ad4aa 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
