Skip to content

feat: Include line number in Jinja template error message #11

feat: Include line number in Jinja template error message

feat: Include line number in Jinja template error message #11

Workflow file for this run

# This file is generated from sphinx-notes/cookiecutter.
name: Publish package distributions to PyPI
on:
push:
tags:
- "*"
jobs:
pypi:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/sphinxnotes-render
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- run: pip install build twine && make dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}