Skip to content

Merge pull request #18 from risingwavelabs/lyx/readme-fix #22

Merge pull request #18 from risingwavelabs/lyx/readme-fix

Merge pull request #18 from risingwavelabs/lyx/readme-fix #22

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
env:
UV_LOCKED: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Prepare uv and Python
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- name: Sync environment
run: |
uv sync
- name: Build package
run: |
uv build
- name: Verify build artifacts
run: |
ls -la dist/