Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(deps): update dependency pytest-cov to v4.1.0 (#149) #10

chore(deps): update dependency pytest-cov to v4.1.0 (#149)

chore(deps): update dependency pytest-cov to v4.1.0 (#149) #10

Workflow file for this run

---
name: Create a release
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
# yamllint disable-line rule:comments
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
# to create protected tags
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
release-type: python
signoff: "Matthias Kay <[email protected]>"