Skip to content

Switching from Rye to uv for the workflow #4

Switching from Rye to uv for the workflow

Switching from Rye to uv for the workflow #4

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v1
with:
version: 0.4.5
enable-cache: true
- name: Build with uv
run: uv build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/