Skip to content

ci: setup release-please for python (#926) #3

ci: setup release-please for python (#926)

ci: setup release-please for python (#926) #3

# Automatic changelog and version bumping with release-please for python projects
name: Release-please 🐍
on:
workflow_dispatch: {}
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Create release PR
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.event.ref }}