Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (backport #554… #7924

Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (backport #554…

Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (backport #554… #7924

name: Release Drafter
on:
push:
branches: ["20**"]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
id: release_drafter
with:
config-name: release-drafter.yml
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}