From 429f1f381a69f8c387becef8c5fa114fcc40c461 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Thu, 25 Apr 2024 19:12:48 -0400 Subject: [PATCH] Only deploy to PyPI on version tags --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee59e0b..5bd0858 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ name: "Publish to PyPI" on: push: tags: - - "*" + - "v[0-9]+.[0-9\.]+" permissions: contents: "read"