We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73705ce commit eb6d052Copy full SHA for eb6d052
1 file changed
.github/workflows/cibuildwheels.yml
@@ -13,7 +13,7 @@ jobs:
13
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