Skip to content

build(deps-dev): bump commitizen from 3.29.1 to 3.30.0 (#185) #288

build(deps-dev): bump commitizen from 3.29.1 to 3.30.0 (#185)

build(deps-dev): bump commitizen from 3.29.1 to 3.30.0 (#185) #288

Workflow file for this run

name: Test and release
on:
push:
branches:
- main
pull_request:
jobs:
test-release:
uses: zifeo/workflows/.github/workflows/py-test-release.yml@main
with:
python-matrix: '["3.9", "3.10", "3.11", "3.12"]'
poetry-version: "1.8.3"
python-version: "3.12"
publish-pypi: true
secrets:
pypi-token: ${{ secrets.PYPI_TOKEN }}