diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f3c1bb0a..404c3e44 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,13 +37,13 @@ jobs: ref: develop - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pipx install pdm --python python + pip install --user pdm -qq pdm install -G test -q - name: Prepare config diff --git a/.github/workflows/Pages.yml b/.github/workflows/Pages.yml index e9e5f423..9a451c29 100644 --- a/.github/workflows/Pages.yml +++ b/.github/workflows/Pages.yml @@ -27,14 +27,14 @@ jobs: - name: Install dependencies run: | pipx install pdm - pdm install -G doc --no-default --no-self + pdm install -G doc --no-default --no-self -q - name: Build run: | - pdm run mkdocs build -d site -s + pdm run mkdocs build -d site -s -q - name: Upload Artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: site @@ -54,4 +54,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index af97892f..c8a7ddcc 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -20,7 +20,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl diff --git a/README.md b/README.md index b22db3a0..3f6ebf0f 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ asyncio.run(main()) + [TiebaManager(吧务管理器 有用户界面)](https://github.com/dog194/TiebaManager) + [TiebaLite(第三方安卓客户端)](https://github.com/HuanCheng65/TiebaLite/tree/4.0-dev) + [基于aiotieba的高弹性吧务审查框架](https://github.com/Starry-OvO/aiotieba-reviewer) -+ [贴吧protobuf定义文件合集(更新至12.35.1.0)](https://github.com/n0099/tbclient.protobuf) ++ [贴吧protobuf定义文件合集(更新至12.51.7.1)](https://github.com/n0099/tbclient.protobuf) diff --git a/aiotieba/__version__.py b/aiotieba/__version__.py index 0c4c41b8..2b01aceb 100644 --- a/aiotieba/__version__.py +++ b/aiotieba/__version__.py @@ -1 +1 @@ -__version__ = "3.7.6a1" +__version__ = "3.7.6a2" diff --git a/aiotieba/const.py b/aiotieba/const.py index b5f9c44d..726c7a99 100644 --- a/aiotieba/const.py +++ b/aiotieba/const.py @@ -1,4 +1,4 @@ -MAIN_VERSION = "12.51.7.1" +MAIN_VERSION = "12.53.1.0" POST_VERSION = "12.35.1.0" APP_SECURE_SCHEME = "https"