diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1166f5af..266cabba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,11 +147,11 @@ jobs: run: | sed -i "s/^version[ ]*=.*/version = '${NEXT_VERSION}'/" pyproject.toml - - name: Commit version change - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: 'chore: Upgrade to v${{ env.NEXT_VERSION }} [skip ci]' - file_pattern: pyproject.toml + # - name: Commit version change + # uses: stefanzweifel/git-auto-commit-action@v4 + # with: + # commit_message: 'chore: Upgrade to v${{ env.NEXT_VERSION }} [skip ci]' + # file_pattern: pyproject.toml - name: Publish to TestPyPi if: ${{ github.ref_name == 'alpha'}}