Skip to content

Commit

Permalink
fix: build wheels on tag instead (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 2, 2022
1 parent c12673a commit 6166896
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6166896

Please sign in to comment.