Skip to content

Move to pixi

Move to pixi #124

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main, qa, next]
tags: ['v*']
jobs:
python-build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.14
- name: Build source distribution
run: | # this is used as part of making the rpm
pixi run hatchling build -t sdist
# the package isn't built because this is a unusual package