Skip to content

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2 #417

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2 #417

name: Release Drafter
on:
push:
branches:
- master
pull_request_target: # autolabeler
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}