fix: build wheels on tag instead (#60)
This commit is contained in:
parent
c12673ab7b
commit
6166896c49
9
.github/workflows/wheels.yml
vendored
9
.github/workflows/wheels.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user