Skip to content

Commit 69d2a9a

Browse files
Change triggering event in Build wheels to new tag push (#1440)
1 parent 87f8bb4 commit 69d2a9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build wheels
2-
on: workflow_dispatch
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
37

48
jobs:
59
build_sdist:

0 commit comments

Comments
 (0)