Skip to content

chore: replace with official GHA for python-semantic-release #4

chore: replace with official GHA for python-semantic-release

chore: replace with official GHA for python-semantic-release #4

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: python-semantic-release/python-semantic-release@v9.21.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build: false