File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 tags : ["v*"]
77 pull_request :
88 branches : [master, main]
9+ workflow_dispatch :
910
1011concurrency :
1112 group : ${{ github.workflow }}-${{ github.ref }}
@@ -45,10 +46,12 @@ jobs:
4546
4647 # =========================================================================
4748 # Build wheels: Python 3.9-3.13 on all platforms
49+ # Only runs on tagged releases or manual dispatch.
4850 # 3.9 and 3.10 are optional (failures don't block the overall build)
4951 # =========================================================================
5052 build-wheels :
5153 name : Wheels ${{ matrix.python.version }} (${{ matrix.os }})${{ matrix.python.optional && ' [optional]' || '' }}
54+ if : startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
5255 needs : [test-cpp]
5356 runs-on : ${{ matrix.os }}
5457 continue-on-error : ${{ matrix.python.optional }}
You can’t perform that action at this time.
0 commit comments