-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 检查以下位置的版本号是否得到同步更新 | ||
|
||
- pyportable_installer/\_\_init\_\_.py | ||
- pyproject.toml | ||
- pyportable_installer/template/pyproject.json | ||
|
||
更多: | ||
|
||
- README.md | ||
|
||
# 检查依赖项是否过时 | ||
|
||
- requirements.txt | ||
- requirements-dev.txt | ||
- pyproject.toml | ||
|
||
# 清理 | ||
|
||
清理以下项 (非必要): | ||
|
||
- lib/x\* | ||
- lib/temp_lib/x\* | ||
- history/\* | ||
|
||
# 在发布前测试 | ||
|
||
- 测试 ASSETS_ENTRY 的定位和初始化目录创建是否成功 (`pyportable_installer._env` & `pyportable_installer.path_model`) | ||
- 测试以下打包是否成功 | ||
- depsland | ||
- hello_world | ||
- pyportable_installer 对自身的打包 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
from .main import full_build | ||
from .main import min_build | ||
|
||
__version__ = '4.0.0b6' | ||
__version__ = '4.0.0' |
This file contains 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
This file contains 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