Skip to content

Commit

Permalink
Add automatic version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
macabdul9 committed Dec 19, 2024
1 parent f46a323 commit 689c63c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
python-version: "3.9"

- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 689c63c

Please sign in to comment.