We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a09d16 commit 1fc3895Copy full SHA for 1fc3895
.github/workflows/wheels.yml
@@ -7,10 +7,14 @@ on:
7
- "sdk-core/*"
8
# Allow manual triggering of the workflow
9
workflow_dispatch:
10
+ inputs:
11
+ build-wheels:
12
+ description: 'Do you want to build wheels for the Python SDK?'
13
+ type: boolean
14
+ default: false
15
16
jobs:
17
build_wheels:
- if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/heads/sdk-core/')
18
name: Build wheels for Python SDK on ${{ matrix.os }}
19
runs-on: ${{ matrix.os }}
20
strategy:
0 commit comments