Skip to content

Commit

Permalink
✨ update
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 10, 2024
1 parent 4d27ac9 commit dcae9b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/upversion.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import shutil
import time
import json
import os
import shutil
import subprocess
from typing import Any
import time

from tqdm import tqdm
import requests
from tqdm import tqdm


def get_latest_github_tag(repo_url) -> str | None:
Expand Down Expand Up @@ -70,7 +69,6 @@ def remove_readonly(func, path, _) -> None:
func(path)


# 删除文件夹
def delete_folder(folder_path) -> None:
try:
if os.path.exists(folder_path):
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"coroutine",
"task"
],
"type": "module",
"author": {
"name": "AIO GAME",
"url": "https://github.com/AIO-GAME/Unity.Runner"
},
"type": "library"
"url": "https://github.com/AIO-GAME"
}
}

0 comments on commit dcae9b5

Please sign in to comment.