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 d717e63 commit 92327daCopy full SHA for 92327da
.github/workflows/cibuildwheels.yml
@@ -3,8 +3,6 @@ on:
3
# Trigger the workflow on push or pull request,
4
# but only for the main branch
5
push:
6
- branches:
7
- - main
8
tags:
9
- '*'
10
pull_request:
@@ -25,8 +23,6 @@ env:
25
23
jobs:
26
24
27
build_wheels:
28
- # Only build wheels when tagging (typically a release)
29
- # if: startsWith(github.event.ref, 'refs/tags')
30
name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} - ${{ matrix.p_ver }}
31
runs-on: ${{ matrix.os }}
32
permissions:
0 commit comments