Skip to content

Commit

Permalink
setup github
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Feb 1, 2024
1 parent bcfd2e4 commit 1c734b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 1c734b6

Please sign in to comment.