Skip to content

Commit

Permalink
Publish wonnx on common v tag
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 23, 2022
1 parent 9255485 commit 6d67c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-py-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "wonnx-py-v*" # Push events to matching wonnx-py-v*
- "v*" # Push events to matching wonnx-py-v*

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-py-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "wonnx-py-v*" # Push events to matching wonnx-py-v*
- "v*" # Push events to matching wonnx-py-v*
jobs:
build_manylinux:
name: Create Release manylinux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-py-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "wonnx-py-v*" # Push events to matching wonnx-py-v*
- "v*" # Push events to matching wonnx-py-v*
jobs:
build:
name: Create Release
Expand Down

0 comments on commit 6d67c94

Please sign in to comment.