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