Skip to content

Merge pull request #392 from PaulBrandUWV/remove_python_2 #89

Merge pull request #392 from PaulBrandUWV/remove_python_2

Merge pull request #392 from PaulBrandUWV/remove_python_2 #89

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