Skip to content

build(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 #236

build(deps-dev): bump jinja2 from 3.1.3 to 3.1.4

build(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 #236

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.8", "3.9", "3.10", "3.11"]'
poetry-version: "1.3.2"
python-version: "3.11"
publish-pypi: true
secrets:
pypi-token: ${{ secrets.PYPI_TOKEN }}