Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddf7d63

Browse files
author
rixwew
committed
#7 change github action trigger
1 parentc41cf3a commitddf7d63

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)

[8]ページ先頭

©2009-2025 Movatter.jp