Skip to content

chore(deps): bump python-semantic-release/python-semantic-release #148

chore(deps): bump python-semantic-release/python-semantic-release

chore(deps): bump python-semantic-release/python-semantic-release #148

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v10.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}