fix: build wheels on tag instead (#60)

This commit is contained in:
J. Nick Koston 2022-10-02 11:05:10 -10:00 committed by GitHub
parent c12673ab7b
commit 6166896c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: