From 60b9fd447fb30d71efab1df9f94fcbe8b849b87f Mon Sep 17 00:00:00 2001 From: omegacoreFLL Date: Sat, 31 Aug 2024 12:14:12 +0300 Subject: [PATCH] =?UTF-8?q?auto=20publish=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-publish.yaml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yaml b/.github/workflows/auto-publish.yaml index b4488ec..4badc7e 100644 --- a/.github/workflows/auto-publish.yaml +++ b/.github/workflows/auto-publish.yaml @@ -7,6 +7,7 @@ on: jobs: deploy: + if: startsWith(github.event.head_commit.message, 'v') runs-on: ubuntu-latest environment: PythFinder diff --git a/setup.py b/setup.py index 9665f64..d9fee4a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'pythfinder', - version = '0.0.5.02', + version = '0.0.5.0', license = 'MIT', author = 'ContraČ™ Adrian', author_email = 'omegacoresincai@gmail.com',