Skip to content

build(deps): update twine requirement from ~=5.0 to ~=6.0 in the pip group #172

build(deps): update twine requirement from ~=5.0 to ~=6.0 in the pip group

build(deps): update twine requirement from ~=5.0 to ~=6.0 in the pip group #172

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
workflow_dispatch:
# required only for autolabeler
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# to create a github release
contents: write
# for autolabeler
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}