From af0ed889985425b33fbbe35e8c8a4d0427643367 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 2 Oct 2022 11:23:41 -1000 Subject: [PATCH] fix: switch to on create instead of push (#63) --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6bca6476..7f7068d5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,9 +1,9 @@ name: Wheels on: - push: + create: tags: - - "**" + - "v*" jobs: build_wheels: