Skip to content

Commit

Permalink
feat: add Release-please for automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jul 5, 2023
1 parent 9199dae commit cb8a74f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ jobs:
pip install -e .
pip install tox
tox
release-please:
runs-on: ubuntu-latest
needs: build
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}
start-version: '1.1.8'

0 comments on commit cb8a74f

Please sign in to comment.