Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 #600

Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11

Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 #600

Workflow file for this run

name: Draft release
on:
workflow_dispatch:
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}