Skip to content

Commit 6829f8d

Browse files
committed
ci: switch version bump action
1 parent 06c8aa4 commit 6829f8d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
- name: Bump version and create tag
2626
id: bump-version
27-
uses: mathieudutour/github-tag-action@v6.2
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
uses: mtth/bump-version-action@v1
3028
publish:
3129
name: Publish package to PyPI
3230
timeout-minutes: 3

0 commit comments

Comments
 (0)