Skip to content

Bump pytest from 7.2.0 to 7.4.0 (#231) #146

Bump pytest from 7.2.0 to 7.4.0 (#231)

Bump pytest from 7.2.0 to 7.4.0 (#231) #146

name: Draft a release note
on:
push:
branches:
- master
- "v0.7"
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}