Skip to content

chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 #175

chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3

chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 #175

Workflow file for this run

name: Release
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: 3.9
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.5.0
- name: Install poetry-dynamic-versioning
run: pip install poetry-dynamic-versioning
- name: Install Dependencies
run: poetry install
- name: Build
run: poetry build