Skip to content

Commit baa1c6e

Browse files
committed
Improve workflow
1 parent b36d3ef commit baa1c6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
with:
3838
python-version: '3.12'
3939
- run: |
40-
python -m pip install --upgrade pip
4140
python -m pip install click==8.2 bump-my-version==0.32.2
42-
- name: Bump patch version
43-
run: bump-my-version bump patch --no-commit --verbose
41+
bump-my-version bump patch --no-commit --verbose
4442
4543
- name: Setup Node.js
4644
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)