From ae0e60f456a5e539ba357883b5007c8075cda1b9 Mon Sep 17 00:00:00 2001 From: Lyan Guan Date: Fri, 20 Dec 2024 01:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=8A=9F=E8=83=BD=E5=90=88?= =?UTF-8?q?=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 2 ++ nonebot_plugin_pjsekaihelper/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 35511f6..887ee46 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -2,6 +2,8 @@ name: Publish on: push: + paths-ignore: + - 'fonts/**' tags: - '*' workflow_dispatch: diff --git a/nonebot_plugin_pjsekaihelper/__init__.py b/nonebot_plugin_pjsekaihelper/__init__.py index 0e212d5..0c666b7 100644 --- a/nonebot_plugin_pjsekaihelper/__init__.py +++ b/nonebot_plugin_pjsekaihelper/__init__.py @@ -37,7 +37,7 @@ homepage="https://github.com/Ant1816/nonebot-plugin-pjsekaihelper", extra={ "author": "Ant1", - "version": "1.1.0", + "version": "1.1.1", "priority": 10, }, ) diff --git a/pyproject.toml b/pyproject.toml index cba2351..390b6a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-pjsekaihelper" -version = "1.1.0" +version = "1.1.1" description = "世界计划插件,拥有组建车队等功能,持续开发中" readme = "README.md" requires-python = ">=3.9"