We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9059979 commit cd8c92eCopy full SHA for cd8c92e
1 file changed
.github/workflows/cibuildwheels.yml
@@ -3,7 +3,6 @@ name: Wheels
3
on:
4
push:
5
branches:
6
- - frombuffer
7
- master
8
- v[0-9]+.[0-9]+.x
9
tags:
@@ -13,7 +12,7 @@ jobs:
13
12
build_wheels:
14
name: Build wheels for ${{ matrix.arch }} on ${{ matrix.os }}
15
runs-on: ${{ matrix.os }} # Only build wheels when tagging (typically a release)
16
- # if: startsWith(github.event.ref, 'refs/tags')
+ if: startsWith(github.event.ref, 'refs/tags')
17
strategy:
18
matrix:
19
os: [ubuntu-latest, windows-latest, macos-latest]
0 commit comments