Skip to content

Commit

Permalink
update buildwheels.yml to trigger builds on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 7d17166 commit c92bd0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

on: [push, pull_request]
on:
push:
tags:
- '*'

jobs:
build-wheel:
Expand Down

0 comments on commit c92bd0b

Please sign in to comment.