From df434305cb479f45fb86f8e28aaf01a88938eaa5 Mon Sep 17 00:00:00 2001 From: Michel Pelletier Date: Fri, 27 Aug 2021 20:54:10 -0700 Subject: [PATCH] only build on release --- .github/workflows/wheels.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a62b405..2015d1e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,6 +1,9 @@ -name: Build +name: Build Wheels -on: [push, pull_request] +on: + release: + types: + - created jobs: build_wheels: