Skip to content

define the Python version used in production in two places only (#470) #253

define the Python version used in production in two places only (#470)

define the Python version used in production in two places only (#470) #253

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: python
fork: true