Skip to content

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #53

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0

build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #53

Workflow file for this run

name: Update Draft Release
on: push
jobs:
draft-release:
name: Update Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Publish the release notes
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}