This repository has been archived by the owner on May 15, 2024. It is now read-only.
chore(deps): update dependency setuptools to v69.5.0 (#246) #106
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
--- | |
name: Create a release | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Release | |
# yamllint disable-line rule:comments | |
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 | |
with: | |
# to create protected tags | |
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }} | |
release-type: python | |
signoff: "Matthias Kay <[email protected]>" |