Skip to content

chore(deps): bump copier from 9.10.1 to 9.10.2 #141

chore(deps): bump copier from 9.10.1 to 9.10.2

chore(deps): bump copier from 9.10.1 to 9.10.2 #141

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@v5
with:
fetch-depth: 0
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.21.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}