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 218d3f8 commit 7b93605Copy full SHA for 7b93605
.github/workflows/wheels.yml
@@ -3,12 +3,12 @@ name: Build Wheels for Python SDK
3
on:
4
push:
5
branches:
6
- - sdk-core/*
+ # Only build wheels for the RC branches
7
+ - "sdk-core/*"
8
workflow_dispatch:
9
10
jobs:
11
build_wheels:
- if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/heads/sdk-core/')
12
name: Build wheels for Python SDK on ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
strategy:
0 commit comments