Skip to content

🎨 Format Python code with psf/black (#82) #85

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

🎨 Format Python code with psf/black (#82) #85

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