From 4b4d01bab8cc1467f184ee2385494b8c50d6b886 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Thu, 6 Jun 2024 08:33:39 +0100 Subject: [PATCH] update [pypi] --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0c6b2e66..a74c71ba 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -6,7 +6,7 @@ on: [ push, pull_request ] jobs: build_wheels: name: Build wheels on ${{ matrix.os }} - if: ${{ startsWith(github.ref, 'refs/tags/') || contains(github.event.commits.*.message, '[pypi]') }} + if: ${{ startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[pypi]') }} runs-on: ${{ matrix.os }} strategy: matrix: