Skip to content

bump: version 1.0.3 → 2.0.0 #2

bump: version 1.0.3 → 2.0.0

bump: version 1.0.3 → 2.0.0 #2

Workflow file for this run

name: Tests
on:
push:
paths:
- osm_login_python/**
- tests/**
- pyproject.toml
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install deps
run: |
pip install pdm==2.17.3
pdm install
- name: Run tests
run: |
pdm run pytest