Skip to content

Commit 91fade2

Browse files
author
Farah Khashman
committed
QPR-12436: on release
1 parent b0f7a22 commit 91fade2

5 files changed

Lines changed: 40 additions & 3 deletions

File tree

.github/workflows/linux_manylinux_wheels_01.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Linux x86_64 ManyLinux Wheels (pp*)
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [master]
6+
tags:
7+
- 'v*'
8+
release:
9+
types: [published]
10+
workflow_dispatch:
11+
412
jobs:
513
wheels-linux:
614
runs-on: ubuntu-latest

.github/workflows/linux_manylinux_wheels_02.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Linux x86_64 ManyLinux Wheels (cp*)
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [master]
6+
tags:
7+
- 'v*'
8+
release:
9+
types: [published]
10+
workflow_dispatch:
11+
412
jobs:
513
wheels-linux:
614
runs-on: ubuntu-latest

.github/workflows/macosARM64_wheels.yml

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

33
on:
4+
push:
5+
branches: [master]
6+
tags:
7+
- 'v*'
8+
release:
9+
types: [published]
410
workflow_dispatch:
511

612
jobs:

.github/workflows/macosx86_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: MacOS x86 Wheels
22

33
on:
4+
push:
5+
branches: [master]
6+
tags:
7+
- 'v*'
8+
release:
9+
types: [published]
410
workflow_dispatch:
511

612
jobs:

.github/workflows/windows_wheels.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: Windows Wheels - Win32 & x64
2-
on: workflow_dispatch
2+
3+
on:
4+
push:
5+
branches: [master]
6+
tags:
7+
- 'v*'
8+
release:
9+
types: [published]
10+
workflow_dispatch:
11+
312
jobs:
413
wheels-windows:
514
runs-on: windows-2022

0 commit comments

Comments
 (0)