🌐 AI搜索 & 代理 主页
Skip to content

Commit 5e9cb9b

Browse files
authored
Merge pull request #1162 from asmorkalov/as/cleanup_linux_ci
Manylinux CI cleanup
2 parents 47c1307 + cb22e27 commit 5e9cb9b

File tree

7 files changed

+173
-196
lines changed

7 files changed

+173
-196
lines changed

.github/workflows/build_wheels_linux_arm.yml

Lines changed: 0 additions & 189 deletions
This file was deleted.

.github/workflows/build_wheels_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 4.x
77
- 5.x
88
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
9+
- '.github/workflows/build_wheels_manylinux*'
1010
- '.github/workflows/build_wheels_windows*'
1111
- '.github/workflows/build_wheels_macos_m1.yml'
1212
release:

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 4.x
77
- 5.x
88
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
9+
- '.github/workflows/build_wheels_manylinux*'
1010
- '.github/workflows/build_wheels_windows*'
1111
- '.github/workflows/build_wheels_macos.yml'
1212
release:

.github/workflows/build_wheels_linux.yml renamed to .github/workflows/build_wheels_manylinux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Linux x86_64
1+
name: Manylinux
22

33
on:
44
pull_request:
55
branches:
66
- 4.x
77
- 5.x
88
paths-ignore:
9-
- '.github/workflows/build_wheels_linux_arm.yml'
109
- '.github/workflows/build_wheels_windows*'
1110
- '.github/workflows/build_wheels_macos*'
1211
release:
@@ -76,7 +75,7 @@ jobs:
7675
with:
7776
submodules: false
7877
fetch-depth: 0
79-
78+
8079
- name: Build a package
8180
run: source scripts/build.sh
8281
- name: Saving a wheel accordingly to matrix

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 4.x
77
- 5.x
88
paths-ignore:
9-
- '.github/workflows/build_wheels_linux*'
9+
- '.github/workflows/build_wheels_manylinux*'
1010
- '.github/workflows/build_wheels_macos*'
1111
release:
1212
types: [published, edited]

0 commit comments

Comments
 (0)