Skip to content

Commit

Permalink
build wheels on release only
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Aug 26, 2024
1 parent 333a44e commit ad951c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Release-Wheels

on:
push:
branches: [ "main" ]
# tags: 'v[0-9]+.[0-9]+.[0-9]+'
tags: 'v[0-9]+.[0-9]+.[0-9]+'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit ad951c4

Please sign in to comment.