https://github.com/python/cpython/commit/ad9d059eb10ef132edd73075fa6d8d96d95b8701
commit: ad9d059eb10ef132edd73075fa6d8d96d95b8701
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-12-04T13:01:46+03:00
summary:
gh-126524: Run `regen-unicodedata` as a part of our CI (#126682)
files:
M .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1f8c468475470c..55effee0e1e393 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
_______________________________________________
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]