Skip to content

Commit 1881502

Browse files
committed
ci
1 parent f33873f commit 1881502

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- '*.*.*'
7-
workflow_dispatch:
87

98
jobs:
109
release:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "usepy-plugin-logger"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "一个全局拦截日志并转为loguru日志的插件"
55
authors = ["nowanti <believel.y@qq.com>"]
66
readme = "README.md"

tests/test_logger.py

Whitespace-only changes.

0 commit comments

Comments
 (0)