diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f297887b2..c900ca2ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI -on: push +on: + push: + tags: + - "v**" jobs: build: