Skip to content

feat: add find_by method to content (#296) #19

feat: add find_by method to content (#296)

feat: add find_by method to content (#296) #19

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
env:
UV_SYSTEM_PYTHON: true
jobs:
default:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
check-latest: true
cache: 'pip'
- uses: actions/setup-node@v4
- run: make deps
- run: make build
- run: make install
- id: release
uses: pypa/gh-action-pypi-publish@release/v1