Update README.md with tweet link #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: {} | |
name: release-please | |
jobs: | |
release-please: | |
permissions: | |
contents: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v4 | |
with: | |
# in order to trigger other actions such as Pypi Publish | |
# need to use a PAT other than the default GITHUB_TOKEN | |
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} | |
release-type: python |