Skip to content

Commit

Permalink
fix: Update the git user on the GA to publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mazulo committed Feb 14, 2023
1 parent ca385ee commit 9632e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name Patrick Mazulo
git config user.email pmazulo@gmail.com
semantic-release publish
- name: Publish distribution 📦 to Test PyPI
Expand Down

0 comments on commit 9632e07

Please sign in to comment.