From 3b5d69e6762be9a0c82f2ccc51a12b30b57571a5 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 27 Jun 2024 09:46:04 -0400 Subject: [PATCH] bump version --- .github/workflows/python-publish.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 2ac2aa4..8a62f5e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,6 +26,7 @@ jobs: pip install pytest pytest wheels: + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') needs: test name: Build wheels runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index c358d3a..a7ecbc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dedupe-variable-datetime" -version = "1.0.0" +version = "2.0.0" license = {text = "The MIT License: http://www.opensource.org/licenses/mit-license.php"} description = "DateTime variable type for dedupe" dependencies = ["dedupe>=3.0", "datetime-distance"]