Skip to content

Commit ddf7d63

Browse files
author
rixwew
committed
#7 change github action trigger
1 parent c41cf3a commit ddf7d63

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/workflows/build_linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build wheels for linux
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- v*
47

58
jobs:
69
build:

.github/workflows/build_mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build wheels for macos
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- v*
47

58
jobs:
69
build:

.github/workflows/build_win.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build wheels for windows
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- v*
47

58
jobs:
69
build:

.github/workflows/make_sdist.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: make source distribution
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- v*
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)