From 2fdf6f965fa7dfe907783814f6f95da367e0f414 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 May 2024 11:13:15 -0500 Subject: [PATCH] ................ bugfix???? --- .github/workflows/version-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/version-and-release.yml b/.github/workflows/version-and-release.yml index 8aa9ef1..e363268 100644 --- a/.github/workflows/version-and-release.yml +++ b/.github/workflows/version-and-release.yml @@ -26,8 +26,6 @@ jobs: NEW_VERSION=${{ github.event.inputs.new-version }}" sed -i "s/^version\s*=.*/version = \"$NEW_VERSION\"/" pyproject.toml cat pyproject.toml -# git config user.name "github-actions[bot]" -# git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . git commit -m "updated pyproject.toml version" git push