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

View File

@@ -1,17 +1,14 @@
name: Wheels name: Wheels
on: on:
workflow_run: push:
workflows: [CI] tags:
branch: [main] - v*
types:
- completed
jobs: jobs:
build_wheels: build_wheels:
name: Build wheels on ${{ matrix.os }} name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: github.event_name == 'release' && github.event.action == 'published'
strategy: strategy:
matrix: matrix: