From 350ec12fa123a9ae864a79aac411547b41fb883e Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Sun, 20 Oct 2024 17:39:56 +0800 Subject: [PATCH 1/2] fix: format docs --- aktools/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aktools/datasets.py b/aktools/datasets.py index 3edefc3..a5473b8 100644 --- a/aktools/datasets.py +++ b/aktools/datasets.py @@ -4,8 +4,8 @@ Date: 2022/5/9 18:08 Desc: 导入文件工具,可以正确处理路径问题 """ -from importlib import resources import pathlib +from importlib import resources def get_pyscript_html(file: str = "akscript.html") -> pathlib.Path: From cd530853090b510e2f51e60c8aa71f69a7c371e6 Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Sun, 20 Oct 2024 17:42:52 +0800 Subject: [PATCH 2/2] chore: update version --- .github/workflows/release_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_and_deploy.yml b/.github/workflows/release_and_deploy.yml index e3dc20e..99468d2 100644 --- a/.github/workflows/release_and_deploy.yml +++ b/.github/workflows/release_and_deploy.yml @@ -42,7 +42,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: set up python