Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit ad5e449

Browse files
committed
update: 👀
1 parent 1ff568e commit ad5e449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

upload.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def update_version():
2222
"""
2323

2424

25-
def git_push():
25+
def git_push_readme():
2626
os.system("git add .")
2727
os.system("git commit -m 'update version'")
2828
os.system("git push origin red")
@@ -42,3 +42,5 @@ def git_tag():
4242

4343
if __name__ == '__main__':
4444
update_version()
45+
git_push_readme()
46+
git_tag()

0 commit comments

Comments
 (0)