Skip to content

Merge branch 'main' of github.com:MisterBourbaki/pybiscus #5

Merge branch 'main' of github.com:MisterBourbaki/pybiscus

Merge branch 'main' of github.com:MisterBourbaki/pybiscus #5

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/