Skip to content

Commit

Permalink
improve autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Oct 19, 2023
1 parent 9a42261 commit d30a43d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,12 @@ jobs:
run: python ./scripts/generate_pypi_links.py ${{ inputs.package }}-${{ inputs.version }}-cpython${{ inputs.python_version }} ${{ inputs.package }}

- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
commit_message: Update PyPI for ${{ inputs.package }}-${{ inputs.version }}-cpython${{ inputs.python_version }}

publish-pypi:
needs: update-pypi
Expand Down

0 comments on commit d30a43d

Please sign in to comment.