更新PyPI发布工作流,添加对发布事件的支持

This commit is contained in:
远野千束(神羽) 2024-11-05 21:03:49 +08:00
parent c9051ad2f0
commit d648bff6b6

View File

@ -4,6 +4,9 @@ on:
push: push:
tags: tags:
- 'v*' - 'v*'
release:
types:
- published
workflow_dispatch: workflow_dispatch:
jobs: jobs: