From d6cd5500e7665723a5a8079b16422aa71a7d81e1 Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Thu, 20 Feb 2025 19:02:55 -0500 Subject: [PATCH] set release to tags --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: