Skip to content

fix(deps): update all non-major dependencies #147

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #147

Workflow file for this run

name: CD
on:
push:
branches:
- main
workflow_dispatch: null
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
runs-on: ubuntu-latest
concurrency: release
needs:
- test
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}