Skip to content

Bump pytest from 7.2.1 to 7.3.1 (#827) #481

Bump pytest from 7.2.1 to 7.3.1 (#827)

Bump pytest from 7.2.1 to 7.3.1 (#827) #481

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Update release draft
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}