Skip to content

Commit e0a4f41

Browse files
committed
Merge branch 'omar/automate-wheel-build' into sdk-core/test-wheel-build
2 parents 7b93605 + 1fc3895 commit e0a4f41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
# Only build wheels for the RC branches
77
- "sdk-core/*"
88
workflow_dispatch:
9+
inputs:
10+
build-wheels:
11+
description: 'Do you want to build wheels for the Python SDK?'
12+
type: boolean
13+
default: false
914

1015
jobs:
1116
build_wheels:

0 commit comments

Comments
 (0)