From 7f6ce3c5c7fa3edcbc08ff10657f67c79de4f2eb Mon Sep 17 00:00:00 2001 From: KlochkovHF Date: Tue, 19 Dec 2023 16:58:19 +0300 Subject: [PATCH 1/2] test --- .github/workflows/autorelease.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index ab6e236..948af99 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -22,6 +22,9 @@ jobs: - name: Install dependencies run: pdm sync + - name: Activate venv + run: source venv/bin/activate + - name: Run autorelease run: python3 auto_release.py --github_token ${{ secrets.GITHUB_TOKEN }} --current_branch ${{ github.base_ref }} From 5a0969f03aee24be80e43bebcae9438b89c39ca3 Mon Sep 17 00:00:00 2001 From: KlochkovHF Date: Tue, 19 Dec 2023 16:58:44 +0300 Subject: [PATCH 2/2] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df9bcf5..720a85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "huntflow-api-client" -version = "3.0.102" +version = "3.0.103" description = "Huntflow API Client for Python" authors = [ {name = "Developers huntflow", email = "developer@huntflow.ru"},