更新PyPI发布工作流,限制标签匹配以支持版本前缀,调整版本源配置

This commit is contained in:
2024-11-05 20:23:30 +08:00
parent 8ac81e358f
commit 6df5f5b6c5
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Publish
on:
push:
tags:
- '*'
- 'v*'
workflow_dispatch:
jobs: