acl-org / acl-org/acl-anthology
Workflow to alert us to make a new PyPI release
- 主要语言
- Python
- 星标
- 797
- 派生
- 408
- 平均合并
- 3 天 19 小时
- 30 天内合并 PR
- 36
描述
It's easy to forget when merging some PR needs a new PyPI release of the library. See #9825 for the latest example; there have been several in recent times.
We should probably have some action that alerts us to this automatically. It could trigger on pushes to master, test `.load_all()` with the latest PyPI release, and do something if this causes an error.
"Do something" could be
- Create an issue prompting us to create a new release.
- Directly prepare a new release and create a PR, so we just need to approve and merge (... less work, but also less control)
贡献指南
这个仓库没有索引到贡献指南
调研方向
No specific files or tests are named; begin by inspecting the repository’s master-branch CI/release workflow configuration and any packaging/release scripts. Identify where `.load_all()` runs today, then plan where to add a check against the latest PyPI release in that path. Run the relevant workflow/job to validate behavior, and consider it done when master pushes automatically generate a release alert (issue or PR) on failure.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, python
- 领域
- release
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 33/100