Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-depe… #130

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-depe…

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-depe… #130

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}