We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c6693 commit 5e214e0Copy full SHA for 5e214e0
.github/workflows/release.yml
@@ -27,15 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
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"
+ pip install setuptools wheel twine # better-exceptions(optional for debug)
39
- name: Release please
40
uses: google-github-actions/release-please-action@v4
41
with:
0 commit comments