Skip to content

Move version to pyproject.toml, add release-please and publish workflows #1

Move version to pyproject.toml, add release-please and publish workflows

Move version to pyproject.toml, add release-please and publish workflows #1

Workflow file for this run

name: Release Please
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python