Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2022
1 parent 406ac2a commit 9123af1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_tags_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ def main():
print(cmd)
os.system(cmd)

替换文本内容 __version__ = '1.2.5'
打开文件 pyefun/__init__.py
# 替换文本内容 __version__ = '1.2.5'
# 打开文件 pyefun/__init__.py

with open("pyefun/__init__.py", "r") as f:
lines = f.readlines()
# 找到版本号的行
Expand Down

0 comments on commit 9123af1

Please sign in to comment.