Skip to content

Implement client.quadlets.install #125

Implement client.quadlets.install

Implement client.quadlets.install #125

Workflow file for this run

name: Test Build Python distribution 📦
on:
pull_request:
jobs:
build:
name: Test Build Python distribution 📦
runs-on: ubuntu-latest
environment:
name: build
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build Python package
uses: ./.github/actions/build-python-package