Skip to content

Commit

Permalink
添加变更日志和发布的 GitHub Action
Browse files Browse the repository at this point in the history
- 添加了详细的中文变更日志,突出显示了眼迹AI的功能。
- 实现了一个 GitHub Action 工作流来自动化发布过程。
- 工作流构建项目,使用 pyinstaller 创建二进制文件,并在 GitHub 上创建新发布版本。
- 发布版本包含基于 GitHub 运行编号的标签和发布名称。
- 发布说明从变更日志中获取。
- 增强了项目自动化和文档管理,以便更好地进行项目管理和部署。
  • Loading branch information
ctkqiang committed Jun 12, 2024
1 parent b81121b commit f0684f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: 安装系统依赖项
run: |
pkg update
pkg install -y pkgconf openssl libffi
sudo apt update
sudo apt install -y pkg-config libssl-dev libffi-dev
- name: 安装依赖项
run: |
Expand Down

0 comments on commit f0684f3

Please sign in to comment.