From c92bd0b6c18429f74d718a656f3e1f97b113f4bb Mon Sep 17 00:00:00 2001 From: dwr-psandhu Date: Fri, 20 Dec 2024 12:27:30 -0800 Subject: [PATCH] update buildwheels.yml to trigger builds on tag pushes --- .github/workflows/buildwheels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index 339aab3..d6a734e 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -1,5 +1,8 @@ -on: [push, pull_request] +on: + push: + tags: + - '*' jobs: build-wheel: