From cf614527948b86845b781c160bdc25c05aef6151 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 25 Jul 2024 14:29:17 +0200 Subject: [PATCH] Try to fix regex --- .github/workflows/cibuildwheel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 5988bfd..9fd8136 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -3,8 +3,7 @@ name: Build on: push: tags: - - 'release-v[0-9]+.[0-9]+.[0-9]+.*' - - 'prerelease-v[0-9]+.[0-9]+.[0-9]+.*' + - 'release-v[0-9]+.[0-9]+.[0-9]+' jobs: build_wheels: name: Build wheels on ${{ matrix.os }}