From 01a26435318a8ba85220e9101ecb837cbc9b7090 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 25 Jul 2024 14:32:54 +0200 Subject: [PATCH] Try to support alpha markers on version --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 9fd8136..d24e51f 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -3,7 +3,7 @@ name: Build on: push: tags: - - 'release-v[0-9]+.[0-9]+.[0-9]+' + - 'release-v[0-9]+.[0-9]+.[0-9]+\.*' jobs: build_wheels: name: Build wheels on ${{ matrix.os }}