diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bddbdbf..55b491e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -2,6 +2,14 @@ name: Build and upload to PyPI # Build on every branch push, tag push, and pull request change: on: [push, pull_request] + push: + branches: + - main + tags: + - v* + pull_request: + branches: + - main jobs: build_wheels: