Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 620 Bytes

how_to_build.md

File metadata and controls

24 lines (16 loc) · 620 Bytes

How to build

Prerequisites

Ensure that the following are installed:

Building

From a command prompt in the root of the repo, run

uv run test.py

This will build a source distribution and run tests as is done on the continuous integration server. It's the best way to ensure that any changes you make will work on the server. The tests will be run on the lowest supported python version. If you wish to run with a particular Python version, use uv's --python flag to select it:

uv run --python 3.12 test.py