diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 5c2a7f6..17336ae 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -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