Skip to content

Commit 46b6769

Browse files
committed
[actions] Make all actions manually triggered
1 parent 4924e6b commit 46b6769

File tree

5 files changed

+1
-60
lines changed

5 files changed

+1
-60
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: Linux x86_64
22

33
on:
4-
pull_request:
5-
branches:
6-
- 4.x
7-
- 5.x
8-
paths-ignore:
9-
- '.github/workflows/build_wheels_linux_arm.yml'
10-
- '.github/workflows/build_wheels_windows*'
11-
- '.github/workflows/build_wheels_macos*'
12-
release:
13-
types: [published, edited]
14-
schedule:
15-
- cron: '0 3 * * 6'
164
workflow_dispatch:
175

186

@@ -217,7 +205,7 @@ jobs:
217205
- uses: actions/download-artifact@v4
218206
with:
219207
path: wheelhouse/
220-
208+
221209
- name: Upload all wheels
222210
run: |
223211
python -m pip install twine

.github/workflows/build_wheels_linux_arm.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: Linux ARM64
22

33
on:
4-
pull_request:
5-
branches:
6-
- 4.x
7-
- 5.x
8-
paths-ignore:
9-
- '.github/workflows/build_wheels_linux.yml'
10-
- '.github/workflows/build_wheels_windows*'
11-
- '.github/workflows/build_wheels_macos*'
12-
release:
13-
types: [published, edited]
14-
schedule:
15-
- cron: '0 3 * * 6'
164
workflow_dispatch:
175

186

.github/workflows/build_wheels_macos.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: macOS x86_64
22

33
on:
4-
pull_request:
5-
branches:
6-
- 4.x
7-
- 5.x
8-
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
10-
- '.github/workflows/build_wheels_windows*'
11-
- '.github/workflows/build_wheels_macos_m1.yml'
12-
release:
13-
types: [published, edited]
14-
schedule:
15-
- cron: '0 3 * * 6'
164
workflow_dispatch:
175

186

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: macOS ARM64
22

33
on:
4-
pull_request:
5-
branches:
6-
- 4.x
7-
- 5.x
8-
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
10-
- '.github/workflows/build_wheels_windows*'
11-
- '.github/workflows/build_wheels_macos.yml'
12-
release:
13-
types: [published, edited]
14-
schedule:
15-
- cron: '0 3 * * 6'
164
workflow_dispatch:
175

186

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Windows x86_64
22

33
on:
4-
pull_request:
5-
branches:
6-
- 4.x
7-
- 5.x
8-
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
10-
- '.github/workflows/build_wheels_macos*'
11-
release:
12-
types: [published, edited]
13-
schedule:
14-
- cron: '0 3 * * 6'
154
workflow_dispatch:
165

176

0 commit comments

Comments
 (0)