Skip to content

Refactor docstrings and update Python version requirement in pyprojec… #2

Refactor docstrings and update Python version requirement in pyprojec…

Refactor docstrings and update Python version requirement in pyprojec… #2

Workflow file for this run

name: Build
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Install uv
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2