From 4afbd70460db60a80102355c5bc246db684f0924 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Mon, 27 May 2024 23:14:42 -0400 Subject: [PATCH 1/2] fix: Fix issue with semantic-release version pattern --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a45c422..3f6048b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "retsu" -version = "0.1.0" #semantic-release +version = "0.1.0" # semantic-release description = "Retsu aims to wrap-up Celery in way to facilitate to create parallel and serial tasks" readme = "README.md" authors = ["Ivan Ogasawara "] From ac44f1c33a85a380266c3c663be413b0fbad699e Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Mon, 27 May 2024 23:18:49 -0400 Subject: [PATCH 2/2] fix issues with paginate --- conda/dev.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/dev.yaml b/conda/dev.yaml index da30c40..ccd9dfe 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -7,3 +7,6 @@ dependencies: - pip - poetry - nodejs # used by semantic-release + - pip: + # fix issues with distlib + - paginate