]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126524: Run `regen-unicodedata` as a part of our CI (#126682)
authorsobolevn <mail@sobolevn.me>
Wed, 4 Dec 2024 10:01:46 +0000 (13:01 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2024 10:01:46 +0000 (13:01 +0300)
.github/workflows/build.yml

index 1f8c468475470cf5f93c007cc76c75c4c69f55f2..55effee0e1e393e2c10662a88ff8c499ee010915 100644 (file)
@@ -120,7 +120,7 @@ jobs:
       - name: Build CPython
         run: |
           make -j4 regen-all
-          make regen-stdlib-module-names regen-sbom
+          make regen-stdlib-module-names regen-sbom regen-unicodedata
       - name: Check for changes
         run: |
           git add -u