From 6166896c49a1358c951057fcc73d4b91ac92e08b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 2 Oct 2022 11:05:10 -1000 Subject: [PATCH] fix: build wheels on tag instead (#60) --- .github/workflows/wheels.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b81a7b4..27cdd09 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,17 +1,14 @@ name: Wheels on: - workflow_run: - workflows: [CI] - branch: [main] - types: - - completed + push: + tags: + - v* jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} - if: github.event_name == 'release' && github.event.action == 'published' strategy: matrix: