Skip to content

🎨 Format Python code with psf/black (#52) #64

🎨 Format Python code with psf/black (#52)

🎨 Format Python code with psf/black (#52) #64

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
jobs:
draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}