fix test
This commit is contained in:
parent
6b353a3ed6
commit
22ae2633ed
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -82,6 +82,8 @@ jobs:
|
||||
- name: Generate File pywxdump.spec # 生成 pywxdump.spec 文件
|
||||
run: |
|
||||
python tests/build_exe.py
|
||||
ls
|
||||
ls dist
|
||||
cat dist/pywxdump.spec
|
||||
|
||||
- name: Build Executable
|
||||
|
@ -28,4 +28,4 @@ except:
|
||||
# PYWXDUMP_ROOT_PATH = os.path.dirname(__file__)
|
||||
# db_init = DBPool("DBPOOL_INIT")
|
||||
|
||||
__version__ = "3.0.25"
|
||||
__version__ = "3.0.26"
|
||||
|
Loading…
Reference in New Issue
Block a user