Skip to content

Commit 5e214e0

Browse files
committed
remove bump2version from release CI
1 parent f3c6693 commit 5e214e0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install setuptools wheel twine bump2version git-changelog # better-exceptions(optional for debug)
31-
- name: Bump version
32-
run: |
33-
git config --global user.name 'github-actions[bot]'
34-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
35-
bump2version patch
36-
NEW_VERSION=$(grep -Po '(?<=^version = ")[^"]*' pyproject.toml)
37-
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
38-
echo "New version: $NEW_VERSION"
30+
pip install setuptools wheel twine # better-exceptions(optional for debug)
3931
- name: Release please
4032
uses: google-github-actions/release-please-action@v4
4133
with:

0 commit comments

Comments
 (0)