Skip to content

Commit

Permalink
Admin: Release may not need to update version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 23, 2024
1 parent 3b33260 commit 17ea422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -41,8 +41,8 @@ jobs:
git config --local user.email "6058517+bblommers@users.noreply.github.com"
git config --local user.name "FreezeGun Admin"
git add freezegun/__init__.py
git commit -m "Increase version number"
git push
git commit -m "Increase version number" || echo "Nothing to commit"
git push || echo "Nothing to push"
- name: Build Python
run: python -m build
- name: Publish to PyPI
Expand Down

0 comments on commit 17ea422

Please sign in to comment.