https://github.com/python/cpython/commit/03f8d3b0db829dc710869d2fa58a6b75f7b3089b
commit: 03f8d3b0db829dc710869d2fa58a6b75f7b3089b
branch: main
author: sobolevn <[email protected]>
committer: hugovk <[email protected]>
date: 2025-08-28T10:31:44+03:00
summary:
gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI
#126682" (#138197)
files:
M .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7ff89fc90d367a..83a668fc720a90 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -130,7 +130,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]