MarketSquare / MarketSquare/Robotframework-Database-Library
GitHub Actions workflow for package publishing
未关闭
还没有人认领这个 Issue。
task
- 主要语言
- Python
- 星标
- 179
- 派生
- 178
- PR 合并指标
- 30 天内没有已合并 PR
描述
We need a workflow that would publish a new package on PyPi each time there is a new release on GitHub is created.
Something like this (beware it might be outdated):
https://github.com/amochin/robotframework-eggplant/blob/main/.github/workflows/python-publish.yml
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查仓库的 Python 包配置和发布设置,然后将其与链接的 .github/workflows/python-publish.yml 示例进行比较。配置一个在创建 GitHub release 时运行并将包发布到 PyPI 的 GitHub Actions 工作流;当该工作流针对某个 release 成功完成时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, python
- 领域
- ci-cd, release
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100