Skip to content

chore(deps): bump click from 8.3.0 to 8.3.1 #149

chore(deps): bump click from 8.3.0 to 8.3.1

chore(deps): bump click from 8.3.0 to 8.3.1 #149

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 }}