From 689c63c1d77f0de486277ba3b0117141f493641b Mon Sep 17 00:00:00 2001 From: Abdul Waheed Date: Thu, 19 Dec 2024 18:42:03 -0500 Subject: [PATCH] Add automatic version bumping --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d260ca..4296048 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,11 @@ jobs: with: python-version: "3.9" + - name: Configure Git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + - name: Install dependencies run: | python -m pip install --upgrade pip