diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c97fc528..bbc954f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,14 @@ name: Publish pysam wheels to PyPI and TestPyPI -on: push +on: + push: + branches: + - v[0-9]+.[0-9]+.x + tags: + - v* + release: + types: + - published jobs: build_wheels: