From 6ce350a9599ece9f1c263f236924251296b8d3a5 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Mon, 27 May 2024 23:21:58 -0400 Subject: [PATCH] fix: Fix issue with semantic-release version pattern (#4) --- conda/dev.yaml | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 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 "]