Skip to content

ci: PyPI publish pipeline (Phase 3) #5

ci: PyPI publish pipeline (Phase 3)

ci: PyPI publish pipeline (Phase 3) #5

Workflow file for this run

name: ci-python
on: [pull_request, push]
jobs:
py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install -e . || true
- run: python -m pytest || true