Skip to content

🔧 ci(release): enhance version bumping in publish workflow #94

🔧 ci(release): enhance version bumping in publish workflow

🔧 ci(release): enhance version bumping in publish workflow #94

Workflow file for this run

name: Run Tests 🧪
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Run Python Tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup uv with Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Run tests
run: |
uv run yadt --help
uv run yadt --bing --files examples/ci/test.pdf