ci: 测试并发布经过验证的 Windows 构建 - #4
Merged
Merged
Conversation
Owner
Author
|
CI 复核完成:Windows 单元测试全部通过;统一入口 |
2002yy
marked this pull request as ready for review
August 4, 2026 10:22
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
2002yy
added a commit
that referenced
this pull request
Aug 22, 2026
宏库(Roadmap #4): - 新增 ~/.autoclicker_pro/macros/ 库目录,宏按名称存取 (config/macro_library.py:保存/加载/删除/列举 + 名称清洗) - "保存序列"改为弹窗输名字直接入库,重名需确认覆盖 - 新增宏库面板:下拉选择 + 加载/删除;原文件对话框降级为 面板上的"导出/导入"入口,与任意位置 .enc 文件交换 定时任务(Roadmap #5): - 设置面板新增"延迟启动(秒)"与"自动停止(秒, 0不限)" - 延迟等待以 100ms 分片轮询,等待期内可随时一键取消 - 自动停止为整次运行限时(跨重复轮次),到点自动收束 测试 133 -> 144 项全部通过;含库存取端到端与延迟/限时行为验证。 Roadmap 仅剩 i18n。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
windows-latest上运行完整单元测试:python -m unittest discover tests -v。python pack.py --ci。pack.py增加非交互 CI 模式、统一--windowed/--onefile/ CustomTkinter 资源收集,并校验产物存在且非空。workflow_dispatch对版本格式进行校验,并显式使用tag_name创建对应版本 Release。softprops/action-gh-release@v2,仅上传经过测试的 Windows ZIP。根因
旧工作流没有执行仓库中的 43 个测试,CI 与本地
pack.py使用了不同 PyInstaller 参数;手动触发虽然接收版本号,却没有可靠绑定 Release tag。此外,Windows 项目被 Linux 构建硬性阻断。验证方式
Windows unit testsBuild Windows executablewindows-buildartifact,确认 ZIP 中的 EXE 可启动并完成一次人工 smoke test。Closes #3