Skip to content

Commit 5fd89f5

Browse files
authored
ARROW-124 Build wheels for tags (#102)
1 parent 0ea91b0 commit 5fd89f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Python Wheels
33
on:
44
push:
55
branches: ["main"]
6+
tags:
7+
- "**"
68
pull_request:
9+
workflow_dispatch:
710

811
concurrency:
912
group: wheels-${{ github.ref }}

0 commit comments

Comments
 (0)