From 70da1f0410d47c23e164acca0cd270a01df9038f Mon Sep 17 00:00:00 2001 From: David Wales Date: Mon, 4 Nov 2024 11:53:27 +1100 Subject: [PATCH] Release when tagged --- .github/workflows/pypi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index eb0d872..128120d 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -12,8 +12,9 @@ name: Upload Python package to PyPI on: - release: - types: [published] + push: + tags: + - "v*.*.*" permissions: contents: read