Skip to content

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#359) #356

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#359)

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#359) #356

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}