v2.2.5
🔐 完整性验证
下载发布物后,请验证 SHA256 校验和:
# Linux/macOS
sha256sum -c SHA256SUMS
# Windows PowerShell
Get-FileHash -Algorithm SHA256 dist/*.whl
#对比 SHA256SUMS 文件中的值如已导入官方 GPG 公钥,可验证签名:
gpg --verify SHA256SUMS.sig SHA256SUMSWhat's Changed
📦 Other Changes
- docs(DOD): 记 v2.2.4 发版前这一轮验收,并写明没重跑的格子 by @ReSerendipity in #131
- ci(docker): 层缓存改 mode=min + 固定 scope(9.52 GiB 的 buildkit 把配额吃满了) by @ReSerendipity in #133
- ci(release): 加发布条件闸(release PR 拿不到 CI,合并前需要机器判据) by @ReSerendipity in #134
- fix(ci): DCO 按提交作者豁免自动化 —— 否则自动发版路径结构上不可用 by @ReSerendipity in #135
- chore(main): release 2.2.5 by @github-actions[bot] in #132
Full Changelog: v2.2.4...v2.2.5