Skip to content

ci: remove redundant build option, already set on pyproject.toml #5

ci: remove redundant build option, already set on pyproject.toml

ci: remove redundant build option, already set on pyproject.toml #5

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