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 4a41555 commit 415ef56Copy full SHA for 415ef56
.github/workflows/wheels.yml
@@ -30,6 +30,7 @@ jobs:
30
build-wheel:
31
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
32
runs-on: ${{ matrix.buildplat[0] }}
33
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[build wheels]')
34
strategy:
35
fail-fast: false
36
matrix:
0 commit comments