Skip to content

Commit

Permalink
Sett arbitrær git-bruker
Browse files Browse the repository at this point in the history
  • Loading branch information
augustdahl committed Aug 9, 2024
1 parent c66ae48 commit 466e677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
pip install -r requirements.txt
pip install setuptools wheel twine build
- name: Configure Git
run: |
git config --local user.name "GitHub Actions"
git config --local user.email "[email protected]"
- name: Bump version in setup.py
run: |
sed -i "s/version=\"[^\"]*\"/version=\"${{ github.event.inputs.version }}\"/" setup.py
Expand Down

0 comments on commit 466e677

Please sign in to comment.