diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01c6060..c6b5fcf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,8 +4,6 @@ on: push: tags: - 'v*.*.*' - branches: - - main workflow_dispatch: inputs: create_test: @@ -201,7 +199,7 @@ jobs: ## 🚀 快速开始 ```python - from basemodeltrpgner import TRPGParser + from base_model_trpgner import TRPGParser parser = TRPGParser() result = parser.parse("风雨 2024-06-08 21:44:59 剧烈的疼痛...") |
