Skip to content

Commit

Permalink
gh-actions: skip ci on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 16, 2024
1 parent b6911ed commit 48918cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: |
bump2version patch --tag --verbose
# - name: Push changes
# uses: ad-m/[email protected]
# with:
# branch: ${{ github.ref }}
# github_token: ${{ secrets.PAT }}
# tags: true
- name: Push changes
uses: ad-m/[email protected]
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.PAT }}
tags: true

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ current_version = 3.0.53
commit = True
tag = True
tag_name = {new_version}
message= Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down

0 comments on commit 48918cc

Please sign in to comment.