-
Notifications
You must be signed in to change notification settings - Fork 10
Refactoring the CI process to achieve automated release of Python packages #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PengPengPeng717
wants to merge
492
commits into
goplus:main
Choose a base branch
from
PengPengPeng717:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Release-as:tabulate/v0.0.8
Release-as:tabulate/v0.0.9
Release-as: tabulate/v0.0.10
Release-as: tabulate/v0.0.11
Release-as: tabulate/v0.0.12
Release-as: tabulate/v0.0.13
Release-as: tabulate/v0.0.14
Release-as: tabulate/v0.0.15
Release-as: tabulate/v0.0.16
Release-as: numpy/v0.1.9
Release-as: bzip3/v0.1.0
Release-as: sqlite3/v0.1.0
Release-as: numpy/v0.1.11
Release-as: numpy/v0.1.11
Release-as: numpy/v0.1.11
Release-as: numpy/v0.1.11
feat: add numpy"Release-as: numpy/v0.1.13
Release-as: numpy/v0.1.13
Release-as: numpy/v0.1.13
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.
📋 当前状态
✅ 已完成
🚧 进行中
📝 待完成
�� 技术实现
核心文件变更
.github/workflows/postprocessing.yml: 主要 CI 配置文件�� 支持的包类型
当前支持
"type": "python"配置tabulate包(v0.9.0)暂时禁用
�� 已知限制
llpkgstore.json更新功能暂时禁用�� 后续计划
第二阶段(计划中)
第三阶段(计划中)
�� 测试
已验证场景
测试命令
�� 使用说明
开发流程
Release-as: {package}/{version}包配置要求
{ "type": "python", "upstream": { "package": { "name": "package-name", "version": "x.y.z" } } }状态: 🚧 第一阶段完成,部分功能待完善
影响范围: CI/CD 流程重构
向后兼容: ✅ 保持现有 API 兼容