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

chore(deps): update dependency ruff to v0.3.2 (#218) #78

chore(deps): update dependency ruff to v0.3.2 (#218)

chore(deps): update dependency ruff to v0.3.2 (#218) #78

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@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
with:
# to create protected tags
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
release-type: python
signoff: "Matthias Kay <[email protected]>"