Skip to content

Commit 12a85a6

Browse files
authored
MAINT Only trigger wheels building manually or on releases (#74)
1 parent 266de5c commit 12a85a6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: build_wheels
22

3-
on: [push, pull_request]
3+
on:
4+
# push
5+
# pull_request
6+
release:
7+
types:
8+
- created
9+
workflow_dispatch:
10+
inputs:
11+
version:
12+
description: 'Manually trigger wheel build in Github UI'
13+
required: true
14+
415

516
jobs:
617
build_wheels:

0 commit comments

Comments
 (0)