Skip to content

[QDP] Double-buffered pinned I/O pipeline and faster Parquet decode #172

[QDP] Double-buffered pinned I/O pipeline and faster Parquet decode

[QDP] Double-buffered pinned I/O pipeline and faster Parquet decode #172

Workflow file for this run

name: Python Bindings
on:
push:
branches:
- dev-qdp
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
python-version: '3.11'
- name: Build PyO3 bindings
working-directory: qdp/qdp-python
run: |
uv sync --group dev
uv run maturin develop
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: python-wheel
path: qdp/qdp-python/target/wheels/*.whl