Skip to content

Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.6 (#11) #3

Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.6 (#11)

Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.6 (#11) #3

---
name: Release Drafter
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}