From 7982ed43f05b19d7fe7592d2f7b3d50a311a3442 Mon Sep 17 00:00:00 2001 From: Zain Sohail Date: Tue, 21 Nov 2023 17:46:53 +0100 Subject: [PATCH] quick fix for release workflow --- .github/workflows/release.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81178b4e..e3710ab9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,6 +155,7 @@ jobs: - name: Commit files run: | + cd sed-processor git config --local user.email "bump[bot]@users.noreply.github.com" git config --local user.name "bump[bot]" git add sed-processor/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 42c8b224..bb95f8c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "sed-processor" packages = [ {include = "sed"} ] -version = "0.1.6a3" +version = "0.1.6a4" description = "Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams" authors = ["OpenCOMPES team "] readme = "README.md"