From 2b71f55c2d08c5ac4cf4966e59216c06d7636802 Mon Sep 17 00:00:00 2001 From: Mayur Prajapati Date: Tue, 8 Oct 2024 12:23:51 +0530 Subject: [PATCH] fix tag regex --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 10264a4..41dba4a 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -3,7 +3,7 @@ name: Publish package to PyPI on: push: tags: - - 'v*' # Push events to tag which starts with v. + - 'v*' # Push events to tag which starts with v jobs: build: