From 86106dd298f9f6eb794a25c1a35f3b7b4f85e56e Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 30 Jan 2023 00:35:45 -0300 Subject: [PATCH 1/3] post deploy not deploying --- .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 c5c2073..eed5015 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: push: branches: master tags: - - 'v*.*.*' + - 'v*.*.*(.*)?' jobs: untagged_deploy: From 514ee6b622d90d2580ba78ef59338c76f18be3cf Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 30 Jan 2023 00:38:29 -0300 Subject: [PATCH 2/3] bump --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ecc696f..a202a15 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.3.post1 commit = False tag = False diff --git a/setup.py b/setup.py index 46a028c..0a5474f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ readme = f.read() -__version__ = "0.3.3" +__version__ = "0.3.3.post1" install_requires = ["mistune==0.8.4", "docutils>=0.19"] test_requirements = ["pygments"] From 004a3e774f7c0abab4b7889190b822cf9240e3a0 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 30 Jan 2023 00:40:09 -0300 Subject: [PATCH 3/3] update version --- .bumpversion.cfg | 2 +- .github/workflows/deploy.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a202a15..d3331a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3.post1 +current_version = 0.3.3.post2 commit = False tag = False diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eed5015..c5c2073 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: push: branches: master tags: - - 'v*.*.*(.*)?' + - 'v*.*.*' jobs: untagged_deploy: diff --git a/setup.py b/setup.py index 0a5474f..2453dcd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ readme = f.read() -__version__ = "0.3.3.post1" +__version__ = "0.3.3.post2" install_requires = ["mistune==0.8.4", "docutils>=0.19"] test_requirements = ["pygments"]