Skip to content

Commit

Permalink
🐎 ci: action
Browse files Browse the repository at this point in the history
  • Loading branch information
luxuncang committed May 21, 2024
1 parent 52c53dc commit 603bee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Python Package Release

on:
push:
branches: [ "main" ]
tags:
- 'v*.*.*' # 触发工作流的标签格式,遵循语义版本控制
- 'v*.*.*alpha*' # 匹配预发布版本
- 'v*.*.*beta*' # 匹配预发布版本
- 'v*.*.*rc*' # 匹配预发布版本
branches:
- "main"

jobs:
pypi-publish:
Expand Down

0 comments on commit 603bee7

Please sign in to comment.